From dde76c9b3d82cf757f081f6e04da0db38453705d Mon Sep 17 00:00:00 2001 From: Konstantine Rybnikov Date: Sat, 22 Nov 2014 13:50:44 +0200 Subject: [PATCH] Update aeson and text deps --- haxl.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/haxl.cabal b/haxl.cabal index 98c78bf..69b39cb 100644 --- a/haxl.cabal +++ b/haxl.cabal @@ -27,7 +27,7 @@ library build-depends: HUnit == 1.2.*, - aeson >= 0.6 && <0.8, + aeson >= 0.6 && <0.9, base == 4.*, bytestring >= 0.9 && <0.11, containers == 0.5.*, @@ -35,7 +35,7 @@ library filepath == 1.3.*, hashable == 1.2.*, pretty == 1.1.*, - text == 1.1.*, + text >= 1.1.0.1 && < 1.3, time == 1.4.*, unordered-containers == 0.2.*, vector == 0.10.* @@ -97,3 +97,5 @@ test-suite test type: exitcode-stdio-1.0 + + default-language: Haskell2010