]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Say good bye to the ugliness of "text" </> "plain".
[Lucu.git] / Lucu.cabal
index 22a64f04874e3674080859421934d76726380daf..8eb1c62377b96fcb7c29db786aa26bc7fda6d60e 100644 (file)
@@ -17,7 +17,7 @@ Homepage: http://ccm.sherry.jp/lucu/
 Category: Network
 Tested-With: GHC == 6.6.1
 Build-Depends:
-         base, mtl, network, stm, hxt, haskell-src, unix
+        base, mtl, network, stm, hxt, haskell-src, unix
 Exposed-Modules:
         Network.HTTP.Lucu
         Network.HTTP.Lucu.Abortion
@@ -39,6 +39,7 @@ Exposed-Modules:
         Network.HTTP.Lucu.Utils
 Other-Modules:
         Network.HTTP.Lucu.Chunk
+        Network.HTTP.Lucu.ContentCoding
         Network.HTTP.Lucu.DefaultPage
         Network.HTTP.Lucu.Format
         Network.HTTP.Lucu.Headers
@@ -52,8 +53,12 @@ Extra-Source-Files:
         data/mime.types
         examples/HelloWorld.hs
         examples/Makefile
-ghc-options: -fglasgow-exts -fwarn-missing-signatures -fwarn-unused-imports -funbox-strict-fields -O3
---ghc-options: -fglasgow-exts
+ghc-options:
+        -fglasgow-exts
+        -fwarn-missing-signatures
+        -fwarn-unused-imports
+        -funbox-strict-fields
+        -O3
 
 
 --Executable: HelloWorld