From: PHO Date: Wed, 27 Jul 2011 06:32:30 +0000 (+0900) Subject: Updated build dependencies; bump version to 0.1.0.1 X-Git-Tag: RELEASE-0.1.0.1 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=commitdiff_plain;h=0f7b638f0531e2de211ebd95697d18f279045454 Updated build dependencies; bump version to 0.1.0.1 --- diff --git a/time-http.cabal b/time-http.cabal index ff0875e..674c130 100644 --- a/time-http.cabal +++ b/time-http.cabal @@ -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