Skip to content

Commit 3a8399e

Browse files
committed
bump version to 0.4.14.2, add a lower bound for containers
1 parent b816b7a commit 3a8399e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).
66

7-
## [0.4.x.y] - TBA
7+
## [0.4.14.2] - 2018-09-12
88
### Change
99
- Support QuickCheck-2.12
1010
- Fix compilation for containers<0.5.9

quickcheck-classes.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: quickcheck-classes
2-
version: 0.4.14.1
2+
version: 0.4.14.2
33
synopsis: QuickCheck common typeclasses
44
description:
55
This library provides QuickCheck properties to ensure
@@ -86,7 +86,7 @@ library
8686
, QuickCheck >= 2.9
8787
, transformers >= 0.3 && < 0.6
8888
, primitive >= 0.6.1 && < 0.7
89-
, containers
89+
, containers >= 0.5
9090
, semigroups
9191
, tagged
9292
if flag(aeson)

0 commit comments

Comments
 (0)