From 85cde09891accb2748ffe77dde9981d5f3ff87a7 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Wed, 24 Apr 2024 05:45:24 +0000 Subject: [PATCH 1/5] Bump upper version bound for `containers`. --- bech32/bech32.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bech32/bech32.cabal b/bech32/bech32.cabal index e874d84..c8208be 100644 --- a/bech32/bech32.cabal +++ b/bech32/bech32.cabal @@ -40,7 +40,7 @@ common dependency-base58-bytestring common dependency-bytestring build-depends:bytestring >= 0.10.12.0 && < 0.13 common dependency-containers - build-depends:containers >= 0.6.5.1 && < 0.7 + build-depends:containers >= 0.6.5.1 && < 0.8 common dependency-deepseq build-depends:deepseq >= 1.4.4.0 && < 1.6 common dependency-extra From 4e4e1c6dfdeaf1e5b7b1a45334c6f3fb8cdb9f56 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Wed, 24 Apr 2024 05:45:48 +0000 Subject: [PATCH 2/5] Bump upper version bound for `QuickCheck`. --- bech32/bech32.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bech32/bech32.cabal b/bech32/bech32.cabal index c8208be..8085989 100644 --- a/bech32/bech32.cabal +++ b/bech32/bech32.cabal @@ -58,7 +58,7 @@ common dependency-prettyprinter-ansi-terminal common dependency-process build-depends:process >= 1.6.13.2 && < 1.7 common dependency-QuickCheck - build-depends:QuickCheck >= 2.14.3 && < 2.15 + build-depends:QuickCheck >= 2.14.3 && < 2.16 common dependency-text build-depends:text >= 1.2.4.1 && < 2.2 common dependency-vector From d5281c5848426d1cb4b0a267eb45d1cae62fc1d1 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Wed, 24 Apr 2024 05:48:40 +0000 Subject: [PATCH 3/5] Replace outdated maintainer email address. --- bech32-th/bech32-th.cabal | 2 +- bech32/bech32.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bech32-th/bech32-th.cabal b/bech32-th/bech32-th.cabal index 2f20410..866f32f 100644 --- a/bech32-th/bech32-th.cabal +++ b/bech32-th/bech32-th.cabal @@ -6,7 +6,7 @@ description: Template Haskell extensions to the Bech32 library, including quasi-quoters for compile-time checking of Bech32 string literals. author: IOHK Engineering Team -maintainer: operations@iohk.io, erikd@mega-nerd.com, jonathan.knowles@iohk.io +maintainer: operations@iohk.io, erikd@mega-nerd.com, mail@jonathanknowles.net copyright: 2020-2023 IOHK license: Apache-2.0 license-file: LICENSE diff --git a/bech32/bech32.cabal b/bech32/bech32.cabal index 8085989..1ba03ef 100644 --- a/bech32/bech32.cabal +++ b/bech32/bech32.cabal @@ -5,7 +5,7 @@ synopsis: Implementation of the Bech32 cryptocurrency address format (BIP 0 description: Implementation of the Bech32 cryptocurrency address format documented in the BIP (Bitcoin Improvement Proposal) 0173. author: IOHK Engineering Team -maintainer: operations@iohk.io, erikd@mega-nerd.com, jonathan.knowles@iohk.io +maintainer: operations@iohk.io, erikd@mega-nerd.com, mail@jonathanknowles.net copyright: 2017 Marko Bencun, 2019-2023 IOHK license: Apache-2.0 license-file: LICENSE From 95c992deaa1d56581114bf2525750ba26201d3d0 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Wed, 24 Apr 2024 06:02:30 +0000 Subject: [PATCH 4/5] Follow recommended practice for specifying `cabal` version in `build.yml`. Specifying version `3.10` will automatically use the latest version in the `3.10.*` series. See documentation here: https://github.com/haskell-actions/setup --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4fb853c..572ecfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - macOS-latest - windows-latest cabal: - - 3.10.2.0 + - '3.10' ghc: - '8.10' - '9.0' From 8f72c6ffdaa903764b25e613703e27fdf77b6994 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Wed, 24 Apr 2024 05:52:52 +0000 Subject: [PATCH 5/5] Bump package versions to `1.1.6`. --- bech32-th/ChangeLog.md | 6 ++++++ bech32-th/bech32-th.cabal | 2 +- bech32/ChangeLog.md | 6 ++++++ bech32/bech32.cabal | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/bech32-th/ChangeLog.md b/bech32-th/ChangeLog.md index 0db81a2..d4a2428 100644 --- a/bech32-th/ChangeLog.md +++ b/bech32-th/ChangeLog.md @@ -1,5 +1,11 @@ # ChangeLog for `bech32-th` +## [1.1.6] - 2024-04-24 + +### Changed + +- Revised upper version bounds for dependencies. + ## [1.1.5] - 2024-02-23 ### Fixed diff --git a/bech32-th/bech32-th.cabal b/bech32-th/bech32-th.cabal index 866f32f..962decb 100644 --- a/bech32-th/bech32-th.cabal +++ b/bech32-th/bech32-th.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: bech32-th -version: 1.1.5 +version: 1.1.6 synopsis: Template Haskell extensions to the Bech32 library. description: Template Haskell extensions to the Bech32 library, including quasi-quoters for compile-time checking of Bech32 string diff --git a/bech32/ChangeLog.md b/bech32/ChangeLog.md index 36464ee..a65ecc9 100644 --- a/bech32/ChangeLog.md +++ b/bech32/ChangeLog.md @@ -2,6 +2,12 @@ +## [1.1.6] - 2024-04-24 + +### Changed + +- Revised upper version bounds for dependencies. + ## [1.1.5] - 2024-02-23 ### Fixed diff --git a/bech32/bech32.cabal b/bech32/bech32.cabal index 1ba03ef..c54c9d9 100644 --- a/bech32/bech32.cabal +++ b/bech32/bech32.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: bech32 -version: 1.1.5 +version: 1.1.6 synopsis: Implementation of the Bech32 cryptocurrency address format (BIP 0173). description: Implementation of the Bech32 cryptocurrency address format documented in the BIP (Bitcoin Improvement Proposal) 0173.