From b3a83a2d49abba91c13dbfb44b9e8b3d41ffd04a Mon Sep 17 00:00:00 2001 From: Eric Conlon Date: Thu, 21 Dec 2023 16:47:07 -0800 Subject: [PATCH] Relax upper bound for optparse-applicative --- lib/CHANGELOG.md | 4 ++++ lib/falsify.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 988aff6..2832966 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -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) diff --git a/lib/falsify.cabal b/lib/falsify.cabal index f0ffef1..bb8e405 100644 --- a/lib/falsify.cabal +++ b/lib/falsify.cabal @@ -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 @@ -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