From dd55b4f34fb386d6af143c10aaecbcb4a25ebbd2 Mon Sep 17 00:00:00 2001 From: Gregory Collins Date: Thu, 1 Dec 2011 10:54:08 +0100 Subject: [PATCH] Upgrade to aeson 0.4. --- snap.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap.cabal b/snap.cabal index 8c246648..4a0dd64c 100644 --- a/snap.cabal +++ b/snap.cabal @@ -101,7 +101,7 @@ Library build-depends: Crypto >= 4.2 && < 4.3, MonadCatchIO-transformers >= 0.2 && < 0.3, - aeson >= 0.3.2.13 && < 0.4, + aeson >= 0.4 && < 0.5, attoparsec >= 0.10 && < 0.11, base >= 4 && < 5, bytestring >= 0.9.1 && < 0.10,