Skip to content

Commit

Permalink
Merge pull request #43 from Porges/hspec-2.7
Browse files Browse the repository at this point in the history
Allow hspec 2.7
  • Loading branch information
Porges committed Jan 20, 2019
2 parents c0e99dd + 1744592 commit 6e3749f
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.10] - 2019-01-21

### Changed

- Bump upper bound for `hspec` to 2.8.

## [2.3.2.9] - 2018-11-17

### 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.9
version: 2.3.2.10
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.9
tag: v2.3.2.10

library
build-depends:
Expand All @@ -44,7 +44,7 @@ test-suite Main
build-depends:
email-validate,
base >= 4 && < 5,
hspec >= 2.2.3 && < 2.7,
hspec >= 2.2.3 && < 2.8,
QuickCheck >= 2.4 && < 2.13,
bytestring >= 0.9 && < 0.11

Expand Down

0 comments on commit 6e3749f

Please sign in to comment.