From dffd1e8d40b0ff77895baf173acb48164288701c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Jul 2011 08:32:54 +0300 Subject: [PATCH] case-insensitive bump --- authenticate.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticate.cabal b/authenticate.cabal index 4c5f5fda..a5daa74e 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.9.1.6 +version: 0.9.1.7 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii @@ -24,7 +24,7 @@ library utf8-string >= 0.3 && < 0.4, network >= 2.2.1 && < 2.4, xml >= 1.3.7 && < 1.4, - case-insensitive >= 0.2 && < 0.3, + case-insensitive >= 0.2 && < 0.4, RSA >= 1.0 && < 1.1, time >= 1.1 && < 1.3, base64-bytestring >= 0.1 && < 0.2,