]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Many many changes
[Lucu.git] / Lucu.cabal
index 0667fe28a225aedb9d53a659d35017cfc8506010..95d20953bda37c38a4d4b85d49e46e77b9c46dd3 100644 (file)
@@ -67,8 +67,8 @@ Library
         text-icu                   == 0.6.*,
         time                       == 1.2.*,
         time-http                  == 0.2.*,
-        unix                       == 2.4.*,
-        zlib                       == 0.5.*
+        transformers               == 0.2.*,
+        unix                       == 2.4.*
 
     Exposed-Modules:
         Network.HTTP.Lucu
@@ -101,12 +101,12 @@ Library
         Network.HTTP.Lucu.Postprocess
         Network.HTTP.Lucu.Preprocess
         Network.HTTP.Lucu.RequestReader
+        Network.HTTP.Lucu.Resource.Internal
         Network.HTTP.Lucu.ResponseWriter
         Network.HTTP.Lucu.SocketLike
 
     ghc-options:
         -Wall
-        -funbox-strict-fields
 
 Executable lucu-implant-file
     if flag(build-lucu-implant-file)
@@ -116,9 +116,12 @@ Executable lucu-implant-file
 
     Main-Is: ImplantFile.hs
 
+    Build-Depends:
+        SHA  == 1.5.*,
+        zlib == 0.5.*
+
     ghc-options:
         -Wall
-        -funbox-strict-fields
 
 --Executable HelloWorld
 --    Main-Is: HelloWorld.hs