]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Implemented the lucu-implant-file but not tested it well.
[Lucu.git] / Lucu.cabal
index 93381ab2ec7466af828129942bc711fad3670d00..5006ea4f097adf15b157cffaf73dba3478c45c9a 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, zlib, Crypto
 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,10 +53,23 @@ 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
+        -fwarn-missing-signatures
+        -fwarn-unused-imports
+        -funbox-strict-fields
+        -O3
 
+Executable: lucu-implant-file
+Main-Is: ImplantFile.hs
+ghc-options:
+        -fglasgow-exts
+        -fwarn-missing-signatures
+        -fwarn-unused-imports
+        -funbox-strict-fields
+        -O3
 
 --Executable: HelloWorld
 --Main-Is: HelloWorld.hs
 --Hs-Source-Dirs: ., examples
---ghc-options: -fglasgow-exts -O3 -prof -auto-all
+--ghc-options: -fglasgow-exts -fwarn-missing-signatures -fwarn-unused-imports -funbox-strict-fields -O3 -prof -auto-all