]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Optimized as possible as I can.
[Lucu.git] / Lucu.cabal
index d2b3168ed183a27e3440e1388d7cb999bf4fee82..e7be5c757cc32b2b0ffff172094fbd5cb3e9a1c4 100644 (file)
@@ -15,7 +15,7 @@ Maintainer: PHO <phonohawk at ps dot sakura dot ne dot jp>
 Stability: experimental
 Homepage: http://ccm.sherry.jp/lucu/
 Category: Network
-Tested-With: GHC == 6.6
+Tested-With: GHC == 6.6.1
 Build-Depends:
          base, mtl, network, stm, hxt, haskell-src, unix
 Exposed-Modules:
@@ -25,6 +25,7 @@ Exposed-Modules:
         Network.HTTP.Lucu.Config
         Network.HTTP.Lucu.DefaultPage
         Network.HTTP.Lucu.ETag
+        Network.HTTP.Lucu.Format
         Network.HTTP.Lucu.Headers
         Network.HTTP.Lucu.HttpVersion
         Network.HTTP.Lucu.Httpd
@@ -50,7 +51,7 @@ Extra-Source-Files:
         data/mime.types
         examples/HelloWorld.hs
         examples/Makefile
-ghc-options: -fglasgow-exts -O3
+ghc-options: -fglasgow-exts -fwarn-missing-signatures -funbox-strict-fields -O3
 
 --Executable: HelloWorld
 --Main-Is: HelloWorld.hs