Skip to content

Commit 3df8db2

Browse files
authored
Merge pull request #32 from Porges/doctest-0.15
Allow use of doctest 0.15
2 parents 0a9865e + 23ff45a commit 3df8db2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.4] - 2017-03-15
4+
5+
### Changed
6+
7+
- Bump upper bound for `doctest` to 0.16.
8+
39
## [2.3.2.3] - 2017-03-07
410

511
### Changed

email-validate.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: email-validate
2-
version: 2.3.2.3
2+
version: 2.3.2.4
33
license: BSD3
44
license-file: LICENSE
55
author: George Pollard <[email protected]>
@@ -19,7 +19,7 @@ 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.3
22+
tag: v2.3.2.4
2323

2424
library
2525
build-depends:
@@ -56,5 +56,5 @@ test-suite doctests
5656
main-is: doctests.hs
5757
build-depends:
5858
base >= 4 && < 5,
59-
doctest >= 0.8 && < 0.15
59+
doctest >= 0.8 && < 0.16
6060

0 commit comments

Comments
 (0)