From f3997728f6b655898af759029f71a663a5923c3c Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 May 2011 15:35:27 +0300 Subject: [PATCH] Version bump --- authenticate.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticate.cabal b/authenticate.cabal index b8028cb0..68f0ab89 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.9.0 +version: 0.9.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -28,7 +28,7 @@ library RSA >= 1.0 && < 1.1, time >= 1.1 && < 1.3, base64-bytestring >= 0.1 && < 0.2, - SHA >= 1.4 && < 1.5, + SHA >= 1.4 && < 1.6, random >= 1.0 && < 1.1, text >= 0.5 && < 1.0, http-types >= 0.6 && < 0.7,