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.4] - 2017-03-15
4
+
5
+ ### Changed
6
+
7
+ - Bump upper bound for ` doctest ` to 0.16.
8
+
3
9
## [ 2.3.2.3] - 2017-03-07
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.3
2
+ version : 2.3.2.4
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.3
22
+ tag : v2.3.2.4
23
23
24
24
library
25
25
build-depends :
@@ -56,5 +56,5 @@ test-suite doctests
56
56
main-is : doctests.hs
57
57
build-depends :
58
58
base >= 4 && < 5 ,
59
- doctest >= 0.8 && < 0.15
59
+ doctest >= 0.8 && < 0.16
60
60
You can’t perform that action at this time.
0 commit comments