]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
multipart/form-data and more
[Lucu.git] / Lucu.cabal
index 0fb5c07c82c235aa4549a36d98ca3e4a73a7e69f..1142ea642c95a02ddfcb41ee6a8dcbe00a0e017a 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,10 +39,12 @@ 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
         Network.HTTP.Lucu.Interaction
+        Network.HTTP.Lucu.MultipartForm
         Network.HTTP.Lucu.Postprocess
         Network.HTTP.Lucu.Preprocess
         Network.HTTP.Lucu.RequestReader
@@ -59,6 +61,14 @@ ghc-options:
         -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