From 9e682d9238d45fd1881ad8f24fb5fcc0f1e6e46f Mon Sep 17 00:00:00 2001 From: Boyd Stephen Smith Jr Date: Sun, 16 Mar 2014 18:09:11 -0500 Subject: [PATCH] Bump upper bounds. --- cryptsy-api.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptsy-api.cabal b/cryptsy-api.cabal index 672f072..fc8e583 100644 --- a/cryptsy-api.cabal +++ b/cryptsy-api.cabal @@ -44,7 +44,7 @@ library , transformers ==0.3.* , unordered-containers ==0.2.* , vector ==0.10.* - , aeson ==0.6.* + , aeson >= 0.6 && < 0.8 , bytestring ==0.10.* , deepseq ==1.3.* , old-locale ==1.0.* -- 2.11.4.GIT