gitlab-haskell 1.0.0.4 → 1.0.0.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +crypton-connectiondep −connectionPVP ok
version bump matches the API change (PVP)
Dependencies added: crypton-connection
Dependencies removed: connection
API changes (from Hackage documentation)
Files
- gitlab-haskell.cabal +2/−2
gitlab-haskell.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: gitlab-haskell category: Git-version: 1.0.0.4+version: 1.0.0.5 synopsis: A Haskell library for the GitLab web API description: This library lifts the GitLab REST API into Haskell: <https://docs.gitlab.com/ee/api/>@@ -198,7 +198,7 @@ build-depends: base >=4.7 && <5 , http-conduit- , connection+ , crypton-connection , aeson >= 2.0.0.0 , bytestring , text