File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff line change 11name : quickcheck-classes
2- version : 0.4.14.1
2+ version : 0.4.14.2
33synopsis : QuickCheck common typeclasses
44description :
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)
You can’t perform that action at this time.
0 commit comments