bumped Aeson

This commit is contained in:
Chris Allen 2015-06-24 10:48:47 -05:00
parent 9c4c90af6e
commit 65d5610e3a

View File

@ -1,5 +1,5 @@
name: bloodhound
version: 0.6.0.0
version: 0.6.0.1
synopsis: ElasticSearch client library for Haskell
description: ElasticSearch made awesome for Haskell hackers
homepage: https://github.com/bitemyapp/bloodhound
@ -29,7 +29,7 @@ library
build-depends: base >= 4.3 && <5,
bytestring >= 0.10.0 && <0.11,
containers >= 0.5.0.0 && <0.6,
aeson >= 0.7 && <0.9,
aeson >= 0.7 && <0.10,
http-client >= 0.3 && <0.5,
semigroups >= 0.15 && <0.17,
time >= 1.4 && <1.6,