From 2c40463602e826e16694a285b81505d45d70ff4c Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 30 Apr 2024 11:52:17 -0400 Subject: [PATCH] Test suite: Allow building with base-compat-0.14.* --- data-reify.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-reify.cabal b/data-reify.cabal index 6debee1..640084c 100644 --- a/data-reify.cabal +++ b/data-reify.cabal @@ -67,7 +67,7 @@ test-suite spec main-is: Spec.hs other-modules: Data.ReifySpec build-depends: base >= 4 && < 5 - , base-compat >= 0.11 && < 0.14 + , base-compat >= 0.11 && < 0.15 , data-reify , hspec == 2.* build-tool-depends: hspec-discover:hspec-discover == 2.*