File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## [ 2.3.2.19] - 2023-07-27
4
10
5
11
### Changed
Original file line number Diff line number Diff line change 1
1
name : email-validate
2
- version : 2.3.2.20
2
+ version : 2.3.2.21
3
3
license : BSD3
4
4
license-file : LICENSE
5
5
author : George Pollard <
[email protected] >
@@ -19,14 +19,14 @@ source-repository head
19
19
source-repository this
20
20
type : git
21
21
location : git://github.com/Porges/email-validate-hs.git
22
- tag : v2.3.2.20
22
+ tag : v2.3.2.21
23
23
24
24
library
25
25
build-depends :
26
26
base >= 4.4 && < 5 ,
27
27
attoparsec >= 0.10.0 && < 0.15 ,
28
28
bytestring >= 0.9 && < 0.13 ,
29
- template-haskell >= 2.10.0.0 && < 2.22
29
+ template-haskell >= 2.10.0.0 && < 3
30
30
default-language : Haskell2010
31
31
hs-source-dirs : src
32
32
ghc-options : -Wall
@@ -45,5 +45,5 @@ test-suite Main
45
45
email-validate,
46
46
base >= 4 && < 5 ,
47
47
hspec >= 2.2.3 && < 2.12 ,
48
- QuickCheck >= 2.4 && < 2.15 ,
48
+ QuickCheck >= 2.4 && < 3 ,
49
49
bytestring >= 0.9 && < 0.13
You can’t perform that action at this time.
0 commit comments