X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=d527a40ba6acffff8d25120cc749b34728ffe1f1;hb=5fc2e72c153ade03b16071c66a08a316295bb42a;hp=8eb1c62377b96fcb7c29db786aa26bc7fda6d60e;hpb=11c3854540c46bfcd9e88c2164ed554f3b6550a5;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index 8eb1c62..d527a40 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -13,12 +13,22 @@ License: PublicDomain Author: PHO Maintainer: PHO Stability: experimental -Homepage: http://ccm.sherry.jp/lucu/ +Homepage: http://ccm.sherry.jp/Lucu/ Category: Network -Tested-With: GHC == 6.6.1 -Build-Depends: - base, mtl, network, stm, hxt, haskell-src, unix -Exposed-Modules: +Tested-With: GHC == 6.8.1 +Cabal-Version: >= 1.2 + +Extra-Source-Files: + data/CompileMimeTypes.hs + data/mime.types + examples/HelloWorld.hs + examples/Makefile + +Library + Build-Depends: + Crypto, base, bytestring, containers, directory, haskell-src, + hxt, mtl, network, stm, time, unix, zlib + Exposed-Modules: Network.HTTP.Lucu Network.HTTP.Lucu.Abortion Network.HTTP.Lucu.Config @@ -37,31 +47,31 @@ Exposed-Modules: Network.HTTP.Lucu.Response Network.HTTP.Lucu.StaticFile Network.HTTP.Lucu.Utils -Other-Modules: + 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 Network.HTTP.Lucu.ResponseWriter -Extra-Source-Files: - data/CompileMimeTypes.hs - data/mime.types - examples/HelloWorld.hs - examples/Makefile -ghc-options: - -fglasgow-exts - -fwarn-missing-signatures - -fwarn-unused-imports + ghc-options: + -Wall + -XDeriveDataTypeable + -XUnboxedTuples -funbox-strict-fields - -O3 +Executable lucu-implant-file + Main-Is: ImplantFile.hs + ghc-options: + -Wall + -funbox-strict-fields ---Executable: HelloWorld ---Main-Is: HelloWorld.hs ---Hs-Source-Dirs: ., examples ---ghc-options: -fglasgow-exts -fwarn-missing-signatures -fwarn-unused-imports -funbox-strict-fields -O3 -prof -auto-all +--Executable HelloWorld +-- Main-Is: HelloWorld.hs +-- Hs-Source-Dirs: ., examples +-- ghc-options: -fglasgow-exts -Wall -funbox-strict-fields -O3 -prof -auto-all