solr 0.3.2 → 0.3.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
Files
- solr.cabal +2/−2
solr.cabal view
@@ -1,7 +1,7 @@ name: solr version:- 0.3.2+ 0.3.3 synopsis: A minimal Solr client library homepage:@@ -49,7 +49,7 @@ build-depends: -- networking: http-response-decoder >= 0.2 && < 0.3,- http-client >= 0.4.27 && < 0.5,+ http-client >= 0.4.27 && < 0.6, uri-encode >= 1.5 && < 2, -- json: json-encoder >= 0.1.5 && < 0.2,