From 0f7b638f0531e2de211ebd95697d18f279045454 Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 27 Jul 2011 15:32:30 +0900 Subject: [PATCH] Updated build dependencies; bump version to 0.1.0.1 --- time-http.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.40.0