eventstore 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- README.md +1/−0
- eventstore.cabal +2/−2
README.md view
@@ -1,5 +1,6 @@ EventStore Haskell TCP client =============================+[](https://travis-ci.org/YoEight/eventstore) Basically, all we have for now are:
eventstore.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.5.0.0+version: 0.5.0.1 -- A short (one-line) description of the package. synopsis: EventStore TCP Client@@ -85,7 +85,7 @@ , protobuf >=0.2 && <0.3 , random ==1.* , sodium ==0.11.*- , text >=1.1.1 && <1.2+ , text >=1.1.1 && <1.3 , time >=1.4 && <1.6 , uuid ==1.3.*