Skip to content

Commit

Permalink
Merge pull request #32 from Porges/doctest-0.15
Browse files Browse the repository at this point in the history
Allow use of doctest 0.15
  • Loading branch information
Porges authored Mar 15, 2018
2 parents 0a9865e + 23ff45a commit 3df8db2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.3.2.4] - 2017-03-15

### Changed

- Bump upper bound for `doctest` to 0.16.

## [2.3.2.3] - 2017-03-07

### Changed
Expand Down
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.3
version: 2.3.2.4
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.3
tag: v2.3.2.4

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.15
doctest >= 0.8 && < 0.16

0 comments on commit 3df8db2

Please sign in to comment.