Skip to content

Commit caa7d58

Browse files
committed
Bump doctest upper bound to <0.14
1 parent 976f78c commit caa7d58

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.1
2+
version: 2.3.2
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.1
22+
tag: v2.3.2
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.13
59+
doctest >= 0.8 && < 0.14
6060

0 commit comments

Comments
 (0)