Skip to content

Commit e0856fc

Browse files
authored
Relax upper bounds more
1 parent ac05875 commit e0856fc

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.3.2.21] - 2024-09-22
4+
5+
- Relax some upper bounds to major-major versions:
6+
- `QuickCheck` now <3
7+
- `template-haskell` now <3
8+
39
## [2.3.2.19] - 2023-07-27
410

511
### Changed

email-validate.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: email-validate
2-
version: 2.3.2.20
2+
version: 2.3.2.21
33
license: BSD3
44
license-file: LICENSE
55
author: George Pollard <[email protected]>
@@ -19,14 +19,14 @@ source-repository head
1919
source-repository this
2020
type: git
2121
location: git://github.com/Porges/email-validate-hs.git
22-
tag: v2.3.2.20
22+
tag: v2.3.2.21
2323

2424
library
2525
build-depends:
2626
base >= 4.4 && < 5,
2727
attoparsec >= 0.10.0 && < 0.15,
2828
bytestring >= 0.9 && < 0.13,
29-
template-haskell >= 2.10.0.0 && < 2.22
29+
template-haskell >= 2.10.0.0 && < 3
3030
default-language: Haskell2010
3131
hs-source-dirs: src
3232
ghc-options: -Wall
@@ -45,5 +45,5 @@ test-suite Main
4545
email-validate,
4646
base >= 4 && < 5,
4747
hspec >= 2.2.3 && < 2.12,
48-
QuickCheck >= 2.4 && < 2.15,
48+
QuickCheck >= 2.4 && < 3,
4949
bytestring >= 0.9 && < 0.13

0 commit comments

Comments
 (0)