From 4c60715026e02b63791155714f34892d36179813 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 22 Aug 2011 23:18:42 +0300 Subject: [PATCH] process bump --- authenticate.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authenticate.cabal b/authenticate.cabal index 1a5cdd50..0fd65495 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.9.3.1 +version: 0.9.3.2 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani @@ -15,7 +15,7 @@ homepage: http://github.com/snoyberg/authenticate/tree/master library build-depends: base >= 4 && < 5, - aeson >= 0.3.1.1 && < 0.4, + aeson-native >= 0.3.2.11 && < 0.4, http-enumerator >= 0.6.5.4 && < 0.7, tagsoup >= 0.12 && < 0.13, failure >= 0.0.0 && < 0.2, @@ -36,7 +36,7 @@ library attoparsec >= 0.9 && < 0.10, tls >= 0.7 && < 0.8, containers, - process >= 1.0.1.1 && < 1.1 + process >= 1.0.1.1 && < 1.2 exposed-modules: Web.Authenticate.Rpxnow, Web.Authenticate.OpenId, Web.Authenticate.BrowserId,