Skip to content

Commit

Permalink
Bump upper bound of QuickCheck (#26)
Browse files Browse the repository at this point in the history
* Bump upper bound of QuickCheck

* Update changelog
  • Loading branch information
snowleopard authored Mar 29, 2020
1 parent 4f378fe commit d2d59f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 0.4.1

* Allow newer QuickCheck.

## 0.4

* Add multi-way selective functors: `Control.Selective.Multi`.
Expand Down
4 changes: 2 additions & 2 deletions selective.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: selective
version: 0.4
version: 0.4.1
synopsis: Selective applicative functors
license: MIT
license-file: LICENSE
Expand Down Expand Up @@ -74,7 +74,7 @@ test-suite test
build-depends: base >= 4.7 && < 5,
containers >= 0.5.5.1 && < 0.7,
mtl >= 2.2.1 && < 2.3,
QuickCheck >= 2.8 && < 2.14,
QuickCheck >= 2.8 && < 2.15,
selective,
tasty >= 0.11,
tasty-expected-failure >= 0.11,
Expand Down

0 comments on commit d2d59f8

Please sign in to comment.