]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Merge branch 'master' into attoparsec
[Lucu.git] / Lucu.cabal
index f9c03c76fdcc4e687b23ffb7f3e1f85c509bf1d2..0200e77bd667aae2a1d0108ae2222ef7a0d9f3a8 100644 (file)
@@ -24,6 +24,7 @@ Extra-Source-Files:
     ImplantFile.hs
     NEWS
     data/CompileMimeTypes.hs
+    data/Makefile
     data/mime.types
     examples/HelloWorld.hs
     examples/Implanted.hs
@@ -44,23 +45,29 @@ Flag build-lucu-implant-file
 
 Library
     Build-Depends:
-        HsOpenSSL            == 0.10.*,
-        base                 == 4.3.*,
-        base-unicode-symbols == 0.2.*,
-        base64-bytestring    == 0.1.*,
-        bytestring           == 0.9.*,
-        containers           == 0.4.*,
-        filepath             == 1.2.*,
-        directory            == 1.1.*,
-        haskell-src          == 1.0.*,
-        hxt                  == 9.1.*,
-        mtl                  == 2.0.*,
-        network              == 2.3.*,
-        stm                  == 2.2.*,
-        time                 == 1.2.*,
-        time-http            == 0.1.*,
-        unix                 == 2.4.*,
-        zlib                 == 0.5.*
+        HsOpenSSL                  == 0.10.*,
+        ascii                      == 0.0.*,
+        attoparsec                 == 0.9.*,
+        base                       == 4.3.*,
+        base-unicode-symbols       == 0.2.*,
+        base64-bytestring          == 0.1.*,
+        blaze-builder              == 0.3.*,
+        bytestring                 == 0.9.*,
+        containers                 == 0.4.*,
+        containers-unicode-symbols == 0.3.*,
+        filepath                   == 1.2.*,
+        directory                  == 1.1.*,
+        haskell-src                == 1.0.*,
+        hxt                        == 9.1.*,
+        mtl                        == 2.0.*,
+        network                    == 2.3.*,
+        stm                        == 2.2.*,
+        text                       == 0.11.*,
+        text-icu                   == 0.6.*,
+        time                       == 1.2.*,
+        time-http                  == 0.1.*,
+        unix                       == 2.4.*,
+        zlib                       == 0.5.*
 
     Exposed-Modules:
         Network.HTTP.Lucu
@@ -73,8 +80,8 @@ 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.RFC2231
         Network.HTTP.Lucu.Request
         Network.HTTP.Lucu.Resource
         Network.HTTP.Lucu.Resource.Tree