X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=5006ea4f097adf15b157cffaf73dba3478c45c9a;hb=e0fbd70ccc0690e5f5723db87fdd2bab371a33f2;hp=8eb1c62377b96fcb7c29db786aa26bc7fda6d60e;hpb=11c3854540c46bfcd9e88c2164ed554f3b6550a5;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index 8eb1c62..5006ea4 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -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