]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Added new actions to the Resource.
[Lucu.git] / Lucu.cabal
index 22a64f04874e3674080859421934d76726380daf..0fb5c07c82c235aa4549a36d98ca3e4a73a7e69f 100644 (file)
@@ -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