File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ChangeLog for ` bech32-th `
22
3+ ## [ 1.1.5] - 2024-02-23
4+
5+ ### Fixed
6+
7+ - Specified version bounds for all package dependencies.
8+
9+ ### Added
10+
11+ - Added support for GHC 9.8 series.
12+
313## 1.1.1 -- 2021-06-11
414
515+ Upgraded CI to build with Cabal 3.4.0.0 and GHC 8.10.4.
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : bech32-th
3- version : 1.1.1
3+ version : 1.1.5
44synopsis : Template Haskell extensions to the Bech32 library .
55description : Template Haskell extensions to the Bech32 library , including
66 quasi-quoters for compile-time checking of Bech32 string
@@ -30,7 +30,7 @@ flag release
3030common dependency-base
3131 build-depends :base >= 4.14.3.0 && < 4.20
3232common dependency-bech32
33- build-depends :bech32 >= 1.1.4 && < 1.2
33+ build-depends :bech32 >= 1.1.5 && < 1.2
3434common dependency-hspec
3535 build-depends :hspec >= 2.11.7 && < 2.12
3636common dependency-template-haskell
Original file line number Diff line number Diff line change 11# Changelog
22
33<!-- This ChangeLog follows a format specified by: https://keepachangelog.com/en/1.0.0/ -->
4+
5+ ## [ 1.1.5] - 2024-02-23
6+
7+ ### Fixed
8+
9+ - Specified version bounds for all package dependencies.
10+
11+ ### Added
12+
13+ - Added support for GHC 9.8 series.
14+
415## [ 1.1.4] - 2023-07-28
516
617### Fixed
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : bech32
3- version : 1.1.4
3+ version : 1.1.5
44synopsis : Implementation of the Bech32 cryptocurrency address format (BIP 0173).
55description : Implementation of the Bech32 cryptocurrency address format documented in the
66 BIP (Bitcoin Improvement Proposal) 0173.
You can’t perform that action at this time.
0 commit comments