From b77efef8c1e540fc6f41e07cf5acaeacb5703736 Mon Sep 17 00:00:00 2001 From: Edsko de Vries Date: Wed, 29 May 2024 14:43:09 +0200 Subject: [PATCH] Enable ghc 9.10 --- snappy-c.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappy-c.cabal b/snappy-c.cabal index 7f535c3..03d9649 100644 --- a/snappy-c.cabal +++ b/snappy-c.cabal @@ -34,7 +34,7 @@ common lang -Wprepositive-qualified-module -Widentities build-depends: - base >= 4.14 && < 4.20 + base >= 4.14 && < 4.21 default-language: Haskell2010 default-extensions: