X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=8eb1c62377b96fcb7c29db786aa26bc7fda6d60e;hb=11c3854540c46bfcd9e88c2164ed554f3b6550a5;hp=22a64f04874e3674080859421934d76726380daf;hpb=7b3c7c2c5be4fc05ee03008aa0af56fab798e1bb;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index 22a64f0..8eb1c62 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 Exposed-Modules: Network.HTTP.Lucu Network.HTTP.Lucu.Abortion @@ -39,6 +39,7 @@ 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 @@ -52,8 +53,12 @@ Extra-Source-Files: data/mime.types examples/HelloWorld.hs examples/Makefile -ghc-options: -fglasgow-exts -fwarn-missing-signatures -fwarn-unused-imports -funbox-strict-fields -O3 ---ghc-options: -fglasgow-exts +ghc-options: + -fglasgow-exts + -fwarn-missing-signatures + -fwarn-unused-imports + -funbox-strict-fields + -O3 --Executable: HelloWorld