]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Added COPYING
[Lucu.git] / Lucu.cabal
index f709ab9e5a50adbcd5c2bcf7c35945fd630b70b5..9f1a43416fd0a4c388515d966bf4d3c10f3399c1 100644 (file)
@@ -10,15 +10,18 @@ Description:
         client filtering and so on.
 Version: 0.1
 License: PublicDomain
-Author: PHO <phonohawk at ps dot sakura dot ne dot jp>
-Maintainer: PHO <phonohawk at ps dot sakura dot ne dot jp>
+License-File: COPYING
+Author: PHO <pho at cielonegro dot org>
+Maintainer: PHO <pho at cielonegro dot org>
 Stability: experimental
 Homepage: http://cielonegro.org/Lucu.html
 Category: Network
 Tested-With: GHC == 6.8.1
 Cabal-Version: >= 1.2
+Build-Type: Simple
 
 Extra-Source-Files:
+    ImplantFile.hs
     data/CompileMimeTypes.hs
     data/mime.types
     examples/HelloWorld.hs
@@ -64,10 +67,10 @@ Library
         Network.HTTP.Lucu.Preprocess
         Network.HTTP.Lucu.RequestReader
         Network.HTTP.Lucu.ResponseWriter
+    Extensions:
+        DeriveDataTypeable, UnboxedTuples
     ghc-options:
         -Wall
-        -XDeriveDataTypeable
-        -XUnboxedTuples
         -funbox-strict-fields
 
 Executable lucu-implant-file
@@ -76,9 +79,10 @@ Executable lucu-implant-file
     else
         Buildable: False
     Main-Is: ImplantFile.hs
+    Extensions:
+        UnboxedTuples
     ghc-options:
         -Wall
-        -XUnboxedTuples
         -funbox-strict-fields
 
 --Executable HelloWorld