packages feed

eventstore 1.1.5 → 1.1.6

raw patch · 3 files changed

+12/−8 lines, 3 filesdep ~aesondep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, time

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+1.1.6+-----+* Update package metadata information.+ 1.1.5 ----- * Bump `aeson` version.
README.md view
@@ -26,7 +26,7 @@  * From source ```-$ git clone https://github.com/YoEight/eventstore.git+$ git clone https://gitlab.com/YoEight/eventstore-hs.git $ cd eventstore $ cabal install --only-dependencies $ cabal configure
eventstore.cabal view
@@ -2,14 +2,14 @@ -- -- see: https://github.com/sol/hpack ----- hash: 4eae680371896a412e9f8b47fa390b074ea0762b9e8f94b63d8776ed5281ecca+-- hash: efad84983fbffd630c221007e541d0a71ec04435a4d4e1aa642cc25e5108ccf0  name:           eventstore-version:        1.1.5+version:        1.1.6 synopsis:       EventStore TCP Client description:    EventStore TCP Client <https://eventstore.org> category:       Database-homepage:       https://code.coppermine.io/eventsourcing/haskell-ges+homepage:       https://gitlab.com/YoEight/eventstore-hs.git author:         Yorick Laupa maintainer:     yo.eight@gmail.com copyright:      Yorick Laupa@@ -24,7 +24,7 @@  source-repository head   type: git-  location: https://code.coppermine.io/eventsourcing/haskell-ges+  location: https://gitlab.com/YoEight/eventstore-hs.git  library   exposed-modules:@@ -86,7 +86,7 @@       ./.   default-extensions: NoImplicitPrelude OverloadedStrings LambdaCase RecordWildCards RankNTypes TemplateHaskell QuasiQuotes FlexibleContexts MultiParamTypeClasses TypeFamilies ConstraintKinds   build-depends:-      aeson >=0.8 && <1.5+      aeson >=0.8     , array     , base >=4.7 && <5     , bifunctors@@ -117,7 +117,7 @@     , stm     , stm-chans     , text-    , time >=1.4 && <1.9+    , time >=1.4     , transformers-base     , unordered-containers     , uuid ==1.3.*@@ -165,7 +165,7 @@     , tasty-hspec     , tasty-hunit     , text-    , time >=1.4 && <1.9+    , time >=1.4     , transformers-base     , unordered-containers     , uuid