From b28bf017992c808491142c1d6ecbff9797e7a29e Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Wed, 24 Jan 2024 14:30:04 +0000 Subject: [PATCH] Bump selective --- validation-selective.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation-selective.cabal b/validation-selective.cabal index fe6d4b3..36876e8 100644 --- a/validation-selective.cabal +++ b/validation-selective.cabal @@ -80,7 +80,7 @@ library exposed-modules: Validation Validation.Combinators build-depends: deepseq >= 1.4.3.0 && < 1.6 - , selective >= 0.3 && < 0.7 + , selective >= 0.3 && < 0.8 test-suite validation-selective-test import: common-options