about summary refs log tree commit diff
path: root/TazBlog.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'TazBlog.cabal')
-rw-r--r--TazBlog.cabal66
1 files changed, 33 insertions, 33 deletions
diff --git a/TazBlog.cabal b/TazBlog.cabal
index 6d0093c0b582..f3daba16f712 100644
--- a/TazBlog.cabal
+++ b/TazBlog.cabal
@@ -14,37 +14,37 @@ Executable tazblog
   hs-source-dirs: src
   main-is: Main.hs
   ghc-options: -O2
-  Build-depends:
-    base,
-    bytestring,
-    happstack-server,
-    text,
-    blaze-html,
-    blaze-markup,
-    crypto-api,
-    cryptohash,
-    old-locale,
-    time,
-    base64-bytestring,
-    acid-state,
-    ixset,
-    safecopy,
-    mtl,
-    transformers,
-    network,
-    options,
-    rss,
-    hamlet,
-    shakespeare,
-    markdown
+  Build-depends: base,
+                 bytestring,
+                 happstack-server,
+                 text,
+                 blaze-html,
+                 blaze-markup,
+                 crypto-api,
+                 cryptohash,
+                 old-locale,
+                 time,
+                 base64-bytestring,
+                 acid-state,
+                 ixset,
+                 safecopy,
+                 mtl,
+                 transformers,
+                 network,
+                 network-uri,
+                 options,
+                 rss,
+                 hamlet,
+                 shakespeare,
+                 markdown
   extensions:
-    DeriveDataTypeable
-    FlexibleContexts
-    GeneralizedNewtypeDeriving
-    MultiParamTypeClasses
-    OverloadedStrings
-    RecordWildCards
-    ScopedTypeVariables
-    TemplateHaskell
-    TypeFamilies
-    QuasiQuotes
+             DeriveDataTypeable
+             FlexibleContexts
+             GeneralizedNewtypeDeriving
+             MultiParamTypeClasses
+             OverloadedStrings
+             RecordWildCards
+             ScopedTypeVariables
+             TemplateHaskell
+             TypeFamilies
+             QuasiQuotes