File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.3.2.10] - 2019-01-21
4
+
5
+ ### Changed
6
+
7
+ - Bump upper bound for ` hspec ` to 2.8.
8
+
3
9
## [ 2.3.2.9] - 2018-11-17
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.9
2
+ version : 2.3.2.10
3
3
license : BSD3
4
4
license-file : LICENSE
5
5
author : George Pollard <
[email protected] >
@@ -19,7 +19,7 @@ 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.9
22
+ tag : v2.3.2.10
23
23
24
24
library
25
25
build-depends :
@@ -44,7 +44,7 @@ test-suite Main
44
44
build-depends :
45
45
email-validate,
46
46
base >= 4 && < 5 ,
47
- hspec >= 2.2.3 && < 2.7 ,
47
+ hspec >= 2.2.3 && < 2.8 ,
48
48
QuickCheck >= 2.4 && < 2.13 ,
49
49
bytestring >= 0.9 && < 0.11
50
50
You can’t perform that action at this time.
0 commit comments