bloodhound 0.6.0.1 → 0.7.0.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesondep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, vector
API changes (from Hackage documentation)
Files
- bloodhound.cabal +3/−3
bloodhound.cabal view
@@ -1,5 +1,5 @@ name: bloodhound-version: 0.6.0.1+version: 0.7.0.0 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.10,+ aeson >= 0.7 && <0.9, http-client >= 0.3 && <0.5, semigroups >= 0.15 && <0.17, time >= 1.4 && <1.6,@@ -37,7 +37,7 @@ mtl >= 1.0 && <2.3, transformers >= 0.2 && <0.5, http-types >= 0.8 && <0.9,- vector >= 0.10.9 && <0.11,+ vector >= 0.10.9 && <0.12, uri-bytestring >= 0.1 && <0.2, exceptions, data-default-class