From 7e7d3e6437aca69e6f9a49f15a06250b2a7d31b4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 27 Nov 2011 15:37:54 +0200 Subject: [PATCH] aeson-native => aeson --- authenticate.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticate.cabal b/authenticate.cabal index fe638fa6..ef4d9e39 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.10.2.2 +version: 0.10.3 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-native >= 0.3.2.11 && < 0.4, + aeson >= 0.3.2.11, http-enumerator >= 0.6.5.4 && < 0.8, tagsoup >= 0.12 && < 0.13, failure >= 0.0.0 && < 0.2,