X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Lucu.cabal;h=0fb5c07c82c235aa4549a36d98ca3e4a73a7e69f;hp=22a64f04874e3674080859421934d76726380daf;hb=636a3b3334f1ede61dc1e6faa2c4a021ea9bbd5c;hpb=7b3c7c2c5be4fc05ee03008aa0af56fab798e1bb diff --git a/Lucu.cabal b/Lucu.cabal index 22a64f0..0fb5c07 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 @@ -52,8 +52,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