about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <vincent@kivra.com>2015-11-21T02·02+0100
committerVincent Ambo <vincent@kivra.com>2015-11-21T02·02+0100
commit68824a41569cfe0eece74e0edaceeff25d421061 (patch)
tree24b7b8f179453e505be974584d23016451b56ac6 /src/Locales.hs
parent3b3f6497bd30a2b6bfdf2ed6261b8cc4ac76f8da (diff)
[all] Stylish Haskell import formatting
Diffstat (limited to 'src/Locales.hs')
-rw-r--r--src/Locales.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index 2b578e094ce1..a05379d410d7 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -1,11 +1,11 @@
 module Locales where
 
+import           BlogDB      (BlogLang (..))
 import           Data.Data   (Data, Typeable)
 import           Data.Maybe  (fromMaybe)
 import           Data.Text   (Text)
 import qualified Data.Text   as T
 import           Network.URI
-import           BlogDB      (BlogLang (..))
 
 {- to add a language simply define its abbreviation and Show instance then
  - translate the appropriate strings and add CouchDB views in Server.hs -}