[all] Stylish Haskell import formatting
This commit is contained in:
parent
3b3f6497bd
commit
68824a4156
4 changed files with 34 additions and 34 deletions
|
@ -1,11 +1,11 @@
|
||||||
module Locales where
|
module Locales where
|
||||||
|
|
||||||
|
import BlogDB (BlogLang (..))
|
||||||
import Data.Data (Data, Typeable)
|
import Data.Data (Data, Typeable)
|
||||||
import Data.Maybe (fromMaybe)
|
import Data.Maybe (fromMaybe)
|
||||||
import Data.Text (Text)
|
import Data.Text (Text)
|
||||||
import qualified Data.Text as T
|
import qualified Data.Text as T
|
||||||
import Network.URI
|
import Network.URI
|
||||||
import BlogDB (BlogLang (..))
|
|
||||||
|
|
||||||
{- to add a language simply define its abbreviation and Show instance then
|
{- to add a language simply define its abbreviation and Show instance then
|
||||||
- translate the appropriate strings and add CouchDB views in Server.hs -}
|
- translate the appropriate strings and add CouchDB views in Server.hs -}
|
||||||
|
|
Loading…
Add table
Reference in a new issue