packages feed

bloodhound 0.15.0.1 → 0.15.0.2

raw patch · 2 files changed

+13/−2 lines, 2 filesdep ~http-typesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-types

API changes (from Hackage documentation)

Files

bloodhound.cabal view
@@ -1,5 +1,5 @@ name:                bloodhound-version:             0.15.0.1+version:             0.15.0.2 synopsis:            ElasticSearch client library for Haskell description:         ElasticSearch made awesome for Haskell hackers homepage:            https://github.com/bitemyapp/bloodhound@@ -55,7 +55,7 @@                        text             >= 0.11    && <1.3,                        mtl              >= 1.0     && <2.3,                        transformers     >= 0.2     && <0.6,-                       http-types       >= 0.8     && <0.12,+                       http-types       >= 0.8     && <0.13,                        vector           >= 0.10.9  && <0.13,                        scientific       >= 0.3.0.0 && <0.4.0.0,                        exceptions,
changelog.md view
@@ -1,3 +1,14 @@+0.15.0.2+========+- @michaelxavier+  - Allow http-types 0.12++0.15.0.1+========+- @bitemyapp+  - Allow http-types 0.11+  - Removed unused `oPath` function+ 0.15.0.0 ===================