Skip to content

Commit

Permalink
Merge pull request #69 from ejconlon/ejconlon/bump-optparse
Browse files Browse the repository at this point in the history
Relax upper bound for optparse-applicative
  • Loading branch information
edsko authored Jan 19, 2024
2 parents b4ced3e + b3a83a2 commit 7c12a92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for falsify

## 0.2.1 -- 2023-12-xx

* Relax upper bound of `optparse-applicative`

## 0.2.0 -- 2023-11-08

* Avoid use of `Expr` in `at` (#48)
Expand Down
4 changes: 2 additions & 2 deletions lib/falsify.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: falsify
version: 0.2.0
version: 0.2.1
synopsis: Property-based testing with internal integrated shrinking
description: This library provides property based testing with support
for internal integrated shrinking: integrated in the sense
Expand Down Expand Up @@ -123,7 +123,7 @@ library
, data-default >= 0.7 && < 0.8
, mtl >= 2.2 && < 2.4
, optics-core >= 0.3 && < 0.5
, optparse-applicative >= 0.16 && < 0.18
, optparse-applicative >= 0.16 && < 0.19
, selective >= 0.4 && < 0.8
, sop-core >= 0.5 && < 0.6
, splitmix >= 0.1 && < 0.2
Expand Down

0 comments on commit 7c12a92

Please sign in to comment.