packages feed

eventstore 1.1.3 → 1.1.4

raw patch · 3 files changed

+7/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+1.1.4+-----+* Fix compilation on GHC 8.4+ 1.1.3 ----- * Remove `text-format` dependency.
Database/EventStore/Internal/Control.hs view
@@ -53,7 +53,7 @@  -------------------------------------------------------------------------------- import Data.Typeable-#if __GLASGOW_HASKELL__ != 802+#if __GLASGOW_HASKELL__ < 802 import Data.Typeable.Internal #else import GHC.Fingerprint
eventstore.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: ffb75e0ab4772be3921ac8ea98ac1ded9960cd8692b62a4902d977950604c1b2+-- hash: b8a617c94c97f413e69dfde04a72efe9b150c04f28bdd3ef5c6ee5576517e221  name:           eventstore-version:        1.1.3+version:        1.1.4 synopsis:       EventStore TCP Client description:    EventStore TCP Client <https://eventstore.org> category:       Database