From 51e21db53ac53be9e601d38691b562f2790903e2 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 30 Apr 2024 11:54:53 -0400 Subject: [PATCH] Allow building with base-compat-batteries-0.14.* --- criterion.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/criterion.cabal b/criterion.cabal index 5a727ab..e18743f 100644 --- a/criterion.cabal +++ b/criterion.cabal @@ -87,7 +87,7 @@ library -- we can remove some CPP in Criterion.Report. See #247. aeson >= 1 && < 2.3, base >= 4.5 && < 5, - base-compat-batteries >= 0.10 && < 0.14, + base-compat-batteries >= 0.10 && < 0.15, binary >= 0.5.1.0, binary-orphans >= 1.0.1 && < 1.1, bytestring >= 0.9 && < 1.0,