eventstore 0.13.1.1 → 0.13.1.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~http-client
Dependency ranges changed: http-client
Files
- CHANGELOG.markdown +4/−0
- eventstore.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.13.1.2+--------+* Restrain `http-client` package version.+ 0.13.1.1 -------- * Typo on `streamExists` implementation.
eventstore.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.13.1.1+version: 0.13.1.2 tested-with: GHC >= 7.8.3 && < 7.11 @@ -114,7 +114,7 @@ , semigroups >=0.5 , dns , array- , http-client+ , http-client >=0.4 && <0.5 , dotnet-timespan , connection ==0.2.*