From fad6d1bd3c16ea903476f4b3008a2172eca89105 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Wed, 9 Mar 2011 11:24:59 -0800 Subject: [PATCH] allow time-1.2 --- authenticate.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authenticate.cabal b/authenticate.cabal index bb3cd6b5..1c6cc225 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -27,7 +27,7 @@ library xml >= 1.3.7 && < 1.4, wai >= 0.3 && < 0.4, RSA >= 1.0 && < 1.1, - time >= 1.1 && < 1.2, + time >= 1.1 && < 1.3, base64-bytestring >= 0.1 && < 0.2, SHA >= 1.4 && < 1.5, random >= 1.0 && < 1.1,