]> gitweb @ CieloNegro.org - time-http.git/blobdiff - time-http.cabal
Delete Data.Time.Asctime.Internal
[time-http.git] / time-http.cabal
index 75b99042247c408784bb383f33219fd3ae8a4e08..eae4ffaff88b8f460465bf32bac6f20af9659cd1 100644 (file)
@@ -33,7 +33,6 @@ Library
         Data.Time.RFC822
 
     Other-modules:
-        Data.Time.Asctime.Internal
         Data.Time.HTTP.Common
         Data.Time.HTTP.Internal
         Data.Time.RFC1123.Internal
@@ -42,11 +41,13 @@ Library
 
     Build-depends:
         ascii                == 0.0.*,
+        attoparsec           == 0.9.*,
         blaze-builder        == 0.3.*,
         blaze-textual        == 0.2.*,
-        attoparsec           == 0.9.*,
         base                 == 4.*,
         base-unicode-symbols == 0.2.*,
+        convertible-text     == 0.3.*,
+        tagged               == 0.2.*,
         time                 == 1.2.*
 
     Default-Language:
@@ -62,11 +63,13 @@ Test-Suite test-time-http
     Build-depends:
         QuickCheck           == 2.4.*,
         ascii                == 0.0.*,
+        attoparsec           == 0.9.*,
         blaze-builder        == 0.3.*,
         blaze-textual        == 0.2.*,
-        attoparsec           == 0.9.*,
         base                 == 4.*,
         base-unicode-symbols == 0.2.*,
+        convertible-text     == 0.3.*,
+        tagged               == 0.2.*,
         time                 == 1.2.*
     GHC-Options:
         -Wall -fno-warn-orphans