Merge pull request #15 from k-bx/master

Update aeson and text deps
This commit is contained in:
Simon Marlow 2014-11-22 16:42:32 +00:00
commit a8b49026da

View File

@ -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