Skip to content

Commit 1bde8af

Browse files
authored
Merge pull request #34 from Porges/hspec-2.5
Allow use of hspec 2.5
2 parents 3df8db2 + 673c1df commit 1bde8af

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.5] - 2017-03-15
4+
5+
### Changed
6+
7+
- Bump upper bound for `hspec` to 2.6.
8+
39
## [2.3.2.4] - 2017-03-15
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.4
2+
version: 2.3.2.5
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.4
22+
tag: v2.3.2.5
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.5,
47+
hspec >= 2.2.3 && < 2.6,
4848
QuickCheck >= 2.4 && < 2.12,
4949
bytestring >= 0.9 && < 0.11
5050

0 commit comments

Comments
 (0)