packages feed

gerrit 0.1.5.0 → 0.1.5.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~bytestringnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.1.5.1++- Allow bytestring-0.11+ ## 0.1.5.0  - Add missing attributes for the Event.Change
gerrit.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                gerrit-version:             0.1.5.0+version:             0.1.5.1 synopsis:            A gerrit client library description:     Gerrit is a client library to interface with https://www.gerritcodereview.com/@@ -28,7 +28,7 @@ common common-options   build-depends:       base                   >= 4.11.0.0 && < 5                      , aeson                  >= 1.0.0.0  && < 2.1-                     , bytestring             < 0.11+                     , bytestring             < 0.12                      , time                   >= 1.9.3    && < 2.0   ghc-options:         -Wall                        -Wcompat