We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f47df commit 9df7fb0Copy full SHA for 9df7fb0
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [2.3.2.12] - 2019-09-27
4
+
5
+### Changed
6
7
+- Bump upper bound for `template-haskell` to allow 2.15.
8
9
+## [2.3.2.11] - 2019-03-30
10
11
12
13
+- Bump upper bound for `QuickCheck` to allow 2.13.
14
15
## [2.3.2.10] - 2019-01-21
16
17
### Changed
email-validate.cabal
@@ -1,5 +1,5 @@
name: email-validate
-version: 2.3.2.11
+version: 2.3.2.12
license: BSD3
license-file: LICENSE
author: George Pollard <[email protected]>
@@ -19,7 +19,7 @@ source-repository head
19
source-repository this
20
type: git
21
location: git://github.com/Porges/email-validate-hs.git
22
- tag: v2.3.2.11
+ tag: v2.3.2.12
23
24
library
25
build-depends:
0 commit comments