]> gitweb @ CieloNegro.org - Lucu.git/commitdiff
Lucu now *requires* base >= 4.
authorpho <pho@cielonegro.org>
Fri, 20 Feb 2009 14:14:32 +0000 (23:14 +0900)
committerpho <pho@cielonegro.org>
Fri, 20 Feb 2009 14:14:32 +0000 (23:14 +0900)
Ignore-this: 1ba4a13aebb46843ab0845457ead3857

darcs-hash:20090220141432-62b54-0d6707a33d0ed597afc33fd10024c73846cfc179.gz

Lucu.cabal
Network/HTTP/Lucu/MIMEType/Guess.hs

index 3b8d53db30c9e167fa0e534b5d3272a8f27f394a..70844e9c53624aedd784aaa6f23d916c97f2039e 100644 (file)
@@ -17,9 +17,8 @@ Stability: experimental
 Homepage: http://cielonegro.org/Lucu.html
 Category: Network
 Tested-With: GHC == 6.10.1
-Cabal-Version: >= 1.2.3
+Cabal-Version: >= 1.6
 Build-Type: Simple
-
 Extra-Source-Files:
     ImplantFile.hs
     NEWS
@@ -28,14 +27,19 @@ Extra-Source-Files:
     examples/HelloWorld.hs
     examples/Makefile
 
+Source-Repository head
+    Type: darcs
+    Location: http://darcs.cielonegro.org/Lucu/
+
 Flag build-lucu-implant-file
     Description: Build the lucu-implant-file program.
     Default:     True
 
 Library
     Build-Depends:
-        HsOpenSSL, base, bytestring, containers, dataenc, directory,
-        haskell-src, hxt, mtl, network, stm, time, unix, zlib
+        HsOpenSSL, base >= 4, bytestring, containers, dataenc,
+        directory, haskell-src, hxt, mtl, network, stm, time, unix,
+        zlib
     Exposed-Modules:
         Network.HTTP.Lucu
         Network.HTTP.Lucu.Abortion
index d6c4958db21f563bbdc6bd07af3cb02d809f8ffc..d94711ac624cdfa9878243b55f46b1dbca61b223 100644 (file)
@@ -102,9 +102,9 @@ serializeExtMap extMap moduleName variableName
                                   [] (HsUnGuardedRhs extMapExp) []]
                      ]
           extMapExp = HsApp (HsVar (Qual (Module "M") (HsIdent "fromList"))) (HsList records)
-          comment =    "{- !!! WARNING !!!\n"
-                    ++ "   This file is automatically generated.\n"
-                    ++ "   DO NOT EDIT BY HAND OR YOU WILL REGRET -}\n\n"
+          comment   =    "{- !!! WARNING !!!\n"
+                      ++ "   This file is automatically generated.\n"
+                      ++ "   DO NOT EDIT BY HAND OR YOU WILL REGRET -}\n\n"
       in
         comment ++ prettyPrint hsModule ++ "\n"
     where