Skip to content

Commit f47dbe3

Browse files
authored
Merge pull request #38 from Porges/doctest-0.17
Bump doctest upper bound to 0.17
2 parents ae1e6bb + c55010a commit f47dbe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines 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.5
2+
version: 2.3.2.6
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.5
22+
tag: v2.3.2.6
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.16
59+
doctest >= 0.8 && < 0.17
6060

0 commit comments

Comments
 (0)