]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Implemented the lucu-implant-file but not tested it well.
[Lucu.git] / Lucu.cabal
index 8eb1c62377b96fcb7c29db786aa26bc7fda6d60e..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
@@ -60,6 +60,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