From 81d8d9b0cd1ce823ac9d02b51d4307e0f4cbd7c2 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 6 Aug 2024 17:38:13 +1000 Subject: [PATCH] Make it build with ghc-9.10 --- ekg-json.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ekg-json.cabal b/ekg-json.cabal index 0db193c..9466c4b 100644 --- a/ekg-json.cabal +++ b/ekg-json.cabal @@ -37,7 +37,7 @@ library exposed-modules: System.Metrics.Json build-depends: aeson >=0.4 && <1.6 || >=2.0 && <2.3 - , base >=4.6 && <4.20 + , base >=4.6 && <4.21 , ekg-core >=0.1 && <0.2 , text <2.2 , unordered-containers <0.3