Skip to content

Commit 6e3749f

Browse files
authored
Merge pull request #43 from Porges/hspec-2.7
Allow hspec 2.7
2 parents c0e99dd + 1744592 commit 6e3749f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.3.2.10] - 2019-01-21
4+
5+
### Changed
6+
7+
- Bump upper bound for `hspec` to 2.8.
8+
39
## [2.3.2.9] - 2018-11-17
410

511
### 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.9
2+
version: 2.3.2.10
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.9
22+
tag: v2.3.2.10
2323

2424
library
2525
build-depends:
@@ -44,7 +44,7 @@ test-suite Main
4444
build-depends:
4545
email-validate,
4646
base >= 4 && < 5,
47-
hspec >= 2.2.3 && < 2.7,
47+
hspec >= 2.2.3 && < 2.8,
4848
QuickCheck >= 2.4 && < 2.13,
4949
bytestring >= 0.9 && < 0.11
5050

0 commit comments

Comments
 (0)