From 9e9d7fab7b2c7c7c43e13e5aa357fd86c62f6845 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sat, 11 May 2024 17:10:19 +0100 Subject: [PATCH] Support base < 4.21 (i.e. support GHC 9.10) --- validation-selective.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation-selective.cabal b/validation-selective.cabal index 36876e8..120fcdb 100644 --- a/validation-selective.cabal +++ b/validation-selective.cabal @@ -37,7 +37,7 @@ source-repository head location: https://github.com/kowainik/validation-selective.git common common-options - build-depends: base >= 4.12 && < 4.20 + build-depends: base >= 4.12 && < 4.21 ghc-options: -Wall -Wcompat