]> gitweb @ CieloNegro.org - time-w3c.git/blobdiff - time-w3c.cabal
parsec parser
[time-w3c.git] / time-w3c.cabal
index 6b08679ce6627e9768efa6f34752df0b031826a0..b8421729673dd77e3369e617e845f45971a05cf1 100644 (file)
@@ -22,12 +22,15 @@ Library
     Exposed-modules:
         Data.Time.W3C
         Data.Time.W3C.Format
+        Data.Time.W3C.Parser
+        Data.Time.W3C.Parser.Parsec
         Data.Time.W3C.Types
 
     Build-depends:
         base >= 4 && < 5,
-        convertible >= 1.0,
-        time >= 1.1
+        convertible >= 1.0 && < 2,
+        parsec >= 3 && < 4,
+        time >= 1.1 && < 2
 
     Extensions:
         DeriveDataTypeable