packages feed

eventstore 1.1.1 → 1.1.2

raw patch · 3 files changed

+9/−4 lines, 3 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+1.1.2+-----+* Aeson bump version.+ 1.1.1 ----- * Fix connection-manager connection reference. The issue was the client was starting
README.md view
@@ -1,8 +1,9 @@ EventStore Haskell TCP client ============================= -[![Join the chat at https://gitter.im/YoEight/eventstore](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/YoEight/eventstore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![CircleCI](https://circleci.com/gh/YoEight/eventstore/tree/dev%2F1.0.svg?style=svg)](https://circleci.com/gh/YoEight/eventstore/tree/dev%2F1.0)++[![Talk and exchange ideas in our dedicated Discord Server!]()](https://discord.gg/x7q37jJ)  That driver supports 100% of EventStore features ! More information about the GetEventStore database can be found there: https://geteventstore.com/
eventstore.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 7f014bd643150258c2c5068435379d027a0ed2682dcbff8583bc645363cfd674+-- hash: ad100142ec38b784eca23334e36b22221ca80fbc2a0f7a593ec96e55303b32c3  name:           eventstore-version:        1.1.1+version:        1.1.2 synopsis:       EventStore TCP Client description:    EventStore TCP Client <https://eventstore.org> category:       Database@@ -33,7 +33,7 @@       ./.   default-extensions: NoImplicitPrelude OverloadedStrings LambdaCase RecordWildCards RankNTypes TemplateHaskell QuasiQuotes FlexibleContexts MultiParamTypeClasses TypeFamilies ConstraintKinds   build-depends:-      aeson >=0.8 && <1.3+      aeson >=0.8 && <1.4     , array     , base >=4.7 && <5     , bifunctors