Skip to content

Commit

Permalink
Merge pull request #38 from Porges/doctest-0.17
Browse files Browse the repository at this point in the history
Bump doctest upper bound to 0.17
  • Loading branch information
Porges authored Jul 3, 2018
2 parents ae1e6bb + c55010a commit f47dbe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions email-validate.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: email-validate
version: 2.3.2.5
version: 2.3.2.6
license: BSD3
license-file: LICENSE
author: George Pollard <[email protected]>
Expand All @@ -19,7 +19,7 @@ source-repository head
source-repository this
type: git
location: git://github.com/Porges/email-validate-hs.git
tag: v2.3.2.5
tag: v2.3.2.6

library
build-depends:
Expand Down Expand Up @@ -56,5 +56,5 @@ test-suite doctests
main-is: doctests.hs
build-depends:
base >= 4 && < 5,
doctest >= 0.8 && < 0.16
doctest >= 0.8 && < 0.17

0 comments on commit f47dbe3

Please sign in to comment.