]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
ImplantFile started working again.
[Lucu.git] / Lucu.cabal
index 8a04bd4a72b2ef8002b61b5e0b59799e9f128634..7ceb6c2c0e457a3543635c6b9ce0d7ec0754a921 100644 (file)
@@ -87,6 +87,7 @@ Library
         Network.HTTP.Lucu.Resource.Tree
         Network.HTTP.Lucu.Response
         Network.HTTP.Lucu.StaticFile
+        Network.HTTP.Lucu.StatusCode
         Network.HTTP.Lucu.Utils
 
     Other-Modules:
@@ -103,6 +104,7 @@ Library
         Network.HTTP.Lucu.Resource.Internal
         Network.HTTP.Lucu.ResponseWriter
         Network.HTTP.Lucu.SocketLike
+        Network.HTTP.Lucu.StatusCode.Internal
 
     ghc-options:
         -Wall
@@ -115,10 +117,15 @@ Executable lucu-implant-file
 
     Main-Is: ImplantFile.hs
 
+    Other-Modules:
+        Network.HTTP.Lucu.Implant.Input
+        Network.HTTP.Lucu.Implant.PrettyPrint
+        Network.HTTP.Lucu.Implant.Rewrite
+
     Build-Depends:
-        SHA              == 1.5.*,
-        haskell-src-exts == 1.11.*,
-        zlib             == 0.5.*
+        SHA  == 1.5.*,
+        syb  == 0.3.*,
+        zlib == 0.5.*
 
     ghc-options:
         -Wall