X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=95d20953bda37c38a4d4b85d49e46e77b9c46dd3;hb=7843dbf537dfefa583a8ee55b2a31a5e8a9c7c37;hp=0667fe28a225aedb9d53a659d35017cfc8506010;hpb=ea2b7838f1b3d9d4923a220a601be2e04cc559d7;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index 0667fe2..95d2095 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -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