X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=f709ab9e5a50adbcd5c2bcf7c35945fd630b70b5;hb=1548d9a47dece6dbdcc8a13fb98c1f53a4313ee6;hp=d527a40ba6acffff8d25120cc749b34728ffe1f1;hpb=5fc2e72c153ade03b16071c66a08a316295bb42a;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index d527a40..f709ab9 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -13,7 +13,7 @@ License: PublicDomain Author: PHO Maintainer: PHO Stability: experimental -Homepage: http://ccm.sherry.jp/Lucu/ +Homepage: http://cielonegro.org/Lucu.html Category: Network Tested-With: GHC == 6.8.1 Cabal-Version: >= 1.2 @@ -24,13 +24,18 @@ Extra-Source-Files: examples/HelloWorld.hs examples/Makefile +Flag build-lucu-implant-file + Description: Build the lucu-implant-file program. + Default: True + Library Build-Depends: - Crypto, base, bytestring, containers, directory, haskell-src, - hxt, mtl, network, stm, time, unix, zlib + HsOpenSSL, base, bytestring, containers, dataenc, directory, + haskell-src, hxt, mtl, network, stm, time, unix, zlib Exposed-Modules: Network.HTTP.Lucu Network.HTTP.Lucu.Abortion + Network.HTTP.Lucu.Authorization Network.HTTP.Lucu.Config Network.HTTP.Lucu.ETag Network.HTTP.Lucu.HttpVersion @@ -66,9 +71,14 @@ Library -funbox-strict-fields Executable lucu-implant-file + if flag(build-lucu-implant-file) + Buildable: True + else + Buildable: False Main-Is: ImplantFile.hs ghc-options: -Wall + -XUnboxedTuples -funbox-strict-fields --Executable HelloWorld