bloodhound 0.6.0.0 → 0.6.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- bloodhound.cabal +2/−2
bloodhound.cabal view
@@ -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 @@ 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,