From 157fcb89417fabdc0cc35ab8c88214d955f8987d Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Mon, 21 Oct 2024 15:23:47 +0200 Subject: [PATCH] Relax upper bound of package extra --- Spintax.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spintax.cabal b/Spintax.cabal index 7b09523..d26d6e1 100644 --- a/Spintax.cabal +++ b/Spintax.cabal @@ -19,7 +19,7 @@ library exposed-modules: Text.Spintax build-depends: attoparsec >= 0.12.1.6 && < 0.15 , base >= 4.7 && < 5 - , extra >= 1.4.3 && < 1.8 + , extra >= 1.4.3 && < 1.9 , mtl >= 2.2.1 && < 2.4 , mwc-random >= 0.13.3.2 && < 0.16 , text >=1.1 && < 2.2