From 2a14969f06e656e84ada9f29e926716d2912967f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 16 Feb 2024 23:16:38 +0100 Subject: [PATCH] Allow base-compat 0.13.* --- feed.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/feed.cabal b/feed.cabal index f1d72a3..09cf96b 100644 --- a/feed.cabal +++ b/feed.cabal @@ -83,7 +83,7 @@ library Data.XML.Compat build-depends: base >= 4 && < 4.20 - , base-compat >= 0.9 && < 0.13 + , base-compat >= 0.9 && < 0.14 , bytestring >= 0.9 && < 0.13 , old-locale == 1.0.* , old-time >= 1 && < 1.2 @@ -121,7 +121,7 @@ test-suite tests Text.RSS.Utils build-depends: base >= 4.6 && < 4.20 - , base-compat >= 0.9 && < 0.13 + , base-compat >= 0.9 && < 0.14 , HUnit >= 1.2 && < 1.7 , feed , old-time >= 1 && < 1.2 @@ -143,7 +143,7 @@ test-suite readme type: exitcode-stdio-1.0 build-depends: base >= 4.6 - , base-compat >= 0.9 && < 0.13 + , base-compat >= 0.9 && < 0.14 , text , feed , xml-conduit