bugzilla-redhat 1.0.1 → 1.0.1.1
raw patch · 2 files changed
+10/−6 lines, 2 filesdep −connectiondep −transformersdep ~aesondep ~containersdep ~timePVP ok
version bump matches the API change (PVP)
Dependencies removed: connection, transformers
Dependency ranges changed: aeson, containers, time
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- bugzilla-redhat.cabal +4/−6
ChangeLog.md view
@@ -1,5 +1,11 @@ # bugzilla-redhat version history +## 1.0.1.1 (2023-10-02)+- allow aeson-2.2+- drop redundant transformers dep, allowing ghc-9.6+- drop redundant explicit connection dependency+- drop vector upperbound+ ## 1.0.1 (2022-11-16) - Red Hat bugzilla no longer has a 'see_also' field (#18)
bugzilla-redhat.cabal view
@@ -1,5 +1,5 @@ name: bugzilla-redhat-version: 1.0.1+version: 1.0.1.1 synopsis: A Haskell interface to the Bugzilla native REST API description: This package is designed to provide an easy-to-use, type-safe interface to querying Bugzilla from Haskell.@@ -13,7 +13,7 @@ author: Seth Fowler <mark.seth.fowler@gmail.com> maintainer: Jens Petersen <juhpetersen@gmail.com> copyright: 2014 Seth Fowler,- 2020-2022 Jens Petersen+ 2020-2023 Jens Petersen category: Web build-type: Simple extra-source-files: README.md@@ -37,10 +37,9 @@ Web.RedHatBugzilla.Internal.Search, Web.RedHatBugzilla.Internal.Types build-depends: base >=4.6 && <5,- aeson >=0.7 && <2.2,+ aeson >=0.7 && <2.3, blaze-builder >=0.3 && <0.5, bytestring >=0.10,- connection >=0.2 && <0.4, containers >=0.5 && <0.7, http-conduit >=2.1.11 && <2.4, http-types >=0.8 && <0.13,@@ -48,9 +47,8 @@ resourcet >=0.4, text >=0.11, time >=1.4 && <1.13,- transformers >=0.3 && <0.6, unordered-containers >=0.2 && <0.3,- vector >= 0.10 && <0.13+ vector >= 0.10 hs-source-dirs: src default-language: Haskell2010