From 818f2ecdf56f3002f1ac5355a522fdb5930fd742 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 10 Sep 2012 17:06:32 +0300 Subject: [PATCH] resourcet 0.4 --- authenticate/authenticate.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticate/authenticate.cabal b/authenticate/authenticate.cabal index 88557478..511c213e 100644 --- a/authenticate/authenticate.cabal +++ b/authenticate/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 1.3.1 +version: 1.3.1.1 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani @@ -32,7 +32,7 @@ library , containers , unordered-containers , conduit >= 0.5 && < 0.6 - , resourcet >= 0.3 && < 0.4 + , resourcet >= 0.3 && < 0.5 , monad-control >= 0.3 && < 0.4 , blaze-builder-conduit >= 0.5 && < 0.6 exposed-modules: Web.Authenticate.Rpxnow,