Merge pull request #7 from vaibhavsagar/aeson-bound

Update aeson lower bound
This commit is contained in:
Andrei Barbu 2017-03-30 21:49:54 +03:00 committed by GitHub
commit cffabfd53e

View File

@ -54,7 +54,7 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
aeson >=0.7,
aeson >=1.0,
base >=4.6,
base64-bytestring >=1.0,
bytestring >=0.10,