]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
MIMEType.Guess
[Lucu.git] / Lucu.cabal
index 4452ee1c639e64ac541d6622b2c0f58e17771a13..ec67718b58ce0dd1f3c802091f0839789637bb14 100644 (file)
@@ -8,7 +8,7 @@ Description:
         without messing around FastCGI. It is also intended to be run
         behind a reverse-proxy so it doesn't have some facilities like
         logging, client filtering or such like.
-Version: 0.7.0.1
+Version: 0.7.0.2
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>
@@ -24,6 +24,7 @@ Extra-Source-Files:
     ImplantFile.hs
     NEWS
     data/CompileMimeTypes.hs
+    data/Makefile
     data/mime.types
     examples/HelloWorld.hs
     examples/Implanted.hs
@@ -35,8 +36,8 @@ Extra-Source-Files:
     examples/small-file.txt
 
 Source-Repository head
-    Type: darcs
-    Location: http://darcs.cielonegro.org/Lucu/
+    Type: git
+    Location: git://git.cielonegro.org/Lucu.git
 
 Flag build-lucu-implant-file
     Description: Build the lucu-implant-file program.
@@ -45,6 +46,8 @@ Flag build-lucu-implant-file
 Library
     Build-Depends:
         HsOpenSSL            == 0.10.*,
+        ascii                == 0.0.*,
+        attoparsec           == 0.9.*,
         base                 == 4.3.*,
         base-unicode-symbols == 0.2.*,
         base64-bytestring    == 0.1.*,
@@ -57,6 +60,7 @@ Library
         mtl                  == 2.0.*,
         network              == 2.3.*,
         stm                  == 2.2.*,
+        text                 == 0.11.*,
         time                 == 1.2.*,
         time-http            == 0.1.*,
         unix                 == 2.4.*,
@@ -73,7 +77,6 @@ Library
         Network.HTTP.Lucu.MIMEType
         Network.HTTP.Lucu.MIMEType.DefaultExtensionMap
         Network.HTTP.Lucu.MIMEType.Guess
-        Network.HTTP.Lucu.Parser
         Network.HTTP.Lucu.Parser.Http
         Network.HTTP.Lucu.Request
         Network.HTTP.Lucu.Resource