]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
use time-http 0.5
[Lucu.git] / Lucu.cabal
index effcefd44304ba3cf398d75b24a5d3dd20ba43ac..3afe50bb4d32ffda98822e1f49c91b4724be38dc 100644 (file)
@@ -78,7 +78,7 @@ Library
         template-haskell           == 2.5.*,
         text                       == 0.11.*,
         time                       == 1.2.*,
-        time-http                  == 0.4.*,
+        time-http                  == 0.5.*,
         transformers               == 0.2.*
 
     if flag(ssl)
@@ -88,7 +88,6 @@ Library
             -DHAVE_SSL
 
     Exposed-Modules:
-        Data.Attoparsec.Parsable
         Data.Collections.Newtype.TH
         Network.HTTP.Lucu
         Network.HTTP.Lucu.Abortion
@@ -113,9 +112,9 @@ Library
         Network.HTTP.Lucu.Request
         Network.HTTP.Lucu.Resource
         Network.HTTP.Lucu.Response
+        Network.HTTP.Lucu.Response.StatusCode
         Network.HTTP.Lucu.SocketLike
         Network.HTTP.Lucu.StaticFile
-        Network.HTTP.Lucu.StatusCode
         Network.HTTP.Lucu.Utils
 
     Other-Modules:
@@ -131,8 +130,8 @@ Library
         Network.HTTP.Lucu.Preprocess
         Network.HTTP.Lucu.RequestReader
         Network.HTTP.Lucu.Resource.Internal
+        Network.HTTP.Lucu.Response.StatusCode.Internal
         Network.HTTP.Lucu.ResponseWriter
-        Network.HTTP.Lucu.StatusCode.Internal
 
     ghc-options:
         -Wall