]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
working on Router
[Lucu.git] / Lucu.cabal
index ce5ac42589be5da90b99995815e67ea11de03983..6cbb16add53bf69a8b13eef5a2a8dc2e8f12fcea 100644 (file)
@@ -50,6 +50,7 @@ Flag ssl
 
 Library
     Build-Depends:
+        arrow-list                 == 0.2.*,
         ascii                      == 0.0.*,
         attempt                    == 0.3.*,
         attoparsec                 == 0.10.*,
@@ -78,7 +79,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)
@@ -113,6 +114,7 @@ Library
         Network.HTTP.Lucu.Resource
         Network.HTTP.Lucu.Response
         Network.HTTP.Lucu.Response.StatusCode
+        Network.HTTP.Lucu.Router
         Network.HTTP.Lucu.SocketLike
         Network.HTTP.Lucu.StaticFile
         Network.HTTP.Lucu.Utils