Bump aeson dep.

This commit is contained in:
Ian Grant Jeffries 2015-07-12 12:50:30 -04:00
parent 7f51dd1faf
commit 9d98d98d04

View File

@ -1,5 +1,5 @@
name: hjsonpointer
version: 0.2.0.2
version: 0.2.0.3
synopsis: JSON Pointer library
homepage: https://github.com/seagreen/hjsonpointer
license: MIT
@ -18,7 +18,7 @@ library
default-language: Haskell2010
default-extensions: OverloadedStrings
ghc-options: -Wall
build-depends: aeson >= 0.7 && < 0.9
build-depends: aeson >= 0.7 && < 0.10
, base >= 4.6 && < 4.9
, unordered-containers >= 0.2 && < 0.3
, text >= 1.2 && < 1.3