Skip to content

Commit

Permalink
bump version to 0.4.14.2, add a lower bound for containers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Sep 12, 2018
1 parent b816b7a commit 3a8399e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).

## [0.4.x.y] - TBA
## [0.4.14.2] - 2018-09-12
### Change
- Support QuickCheck-2.12
- Fix compilation for containers<0.5.9
Expand Down
4 changes: 2 additions & 2 deletions quickcheck-classes.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quickcheck-classes
version: 0.4.14.1
version: 0.4.14.2
synopsis: QuickCheck common typeclasses
description:
This library provides QuickCheck properties to ensure
Expand Down Expand Up @@ -86,7 +86,7 @@ library
, QuickCheck >= 2.9
, transformers >= 0.3 && < 0.6
, primitive >= 0.6.1 && < 0.7
, containers
, containers >= 0.5
, semigroups
, tagged
if flag(aeson)
Expand Down

0 comments on commit 3a8399e

Please sign in to comment.