]> gitweb @ CieloNegro.org - time-http.git/blobdiff - time-http.cabal
Updated build dependencies; bump version to 0.1.0.1
[time-http.git] / time-http.cabal
index ff0875e1be282f60322c0edbc031fa3fe3d3852f..674c130914d04e4b86a5cebc0e77fafb4cf9546d 100644 (file)
@@ -1,6 +1,6 @@
 Name:                time-http
-Version:             0.1
-Synopsis:            Parse and format HTTP/1.1 Date and Time string
+Version:             0.1.0.1
+Synopsis:            Parse and format HTTP/1.1 Date and Time strings
 Description:
         This package provides functionalities to parse and format
         various Date and Time formats allowed in HTTP\/1.1 (RFC 2616).
@@ -36,9 +36,9 @@ Library
         Data.Time.HTTP.Common
 
     Build-depends:
-        base   == 4.2.*,
-        parsec == 3.0.*,
-        time   == 1.1.*
+        base   == 4.3.*,
+        parsec == 3.1.*,
+        time   == 1.2.*
 
     Extensions:
-        FlexibleContexts
\ No newline at end of file
+        FlexibleContexts