diff options
Diffstat (limited to 'services/tazblog/src/Locales.hs')
-rw-r--r-- | services/tazblog/src/Locales.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/tazblog/src/Locales.hs b/services/tazblog/src/Locales.hs index c1ddcb38faa4..125e99aef9c7 100644 --- a/services/tazblog/src/Locales.hs +++ b/services/tazblog/src/Locales.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE ScopedTypeVariables, OverloadedStrings #-} module Locales where import BlogDB (BlogLang (..)) |