From 65d5610e3a04cb7af0d0ed7df99c67845aa1aee2 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Wed, 24 Jun 2015 10:48:47 -0500 Subject: [PATCH] bumped Aeson --- bloodhound.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bloodhound.cabal b/bloodhound.cabal index e5a6734..173d384 100644 --- a/bloodhound.cabal +++ b/bloodhound.cabal @@ -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,