]> gitweb @ CieloNegro.org - time-http.git/blobdiff - time-http.cabal
Added Bug-Reports to time-http.cabal
[time-http.git] / time-http.cabal
index ff0875e1be282f60322c0edbc031fa3fe3d3852f..f057d6987a321fd44e2b4b5b3da10809690975e2 100644 (file)
@@ -1,11 +1,12 @@
 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).
 
 Homepage:            http://cielonegro.org/HTTPDateTime.html
+Bug-Reports:         http://static.cielonegro.org/ditz/time-http/
 License:             PublicDomain
 License-file:        COPYING
 Author:              PHO <pho AT cielonegro DOT org>
@@ -36,9 +37,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