From 6ee3146366eb9e9d854f29cf0358a677924e9eb5 Mon Sep 17 00:00:00 2001 From: Berk Ozkutuk Date: Sat, 8 Jul 2023 23:03:14 +0200 Subject: [PATCH] Relax upper bound of `text` to support GHC 9.4 --- pandoc-emphasize-code.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc-emphasize-code.cabal b/pandoc-emphasize-code.cabal index dbae2c3..6a1d048 100644 --- a/pandoc-emphasize-code.cabal +++ b/pandoc-emphasize-code.cabal @@ -33,7 +33,7 @@ library , process , hashable >= 1.2 && < 2 , filepath - , text >= 1.2 && < 1.3 + , text >= 1.2 && < 2.1 , mtl >= 2.2 && < 3 , pandoc-types >= 1.20 && < 2 , lucid >= 2.9 && < 3 @@ -67,5 +67,5 @@ test-suite filter-tests , tasty-hunit , tasty-hspec , tasty-discover - , text >= 1.2 && < 1.3 + , text >= 1.2 && < 2.1 default-language: Haskell2010