From 88e400aeb15791c11a4bd68d26a58d98bb17a401 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 2 May 2022 09:38:11 +0100 Subject: [PATCH] relax upper bounds (cherry picked from commit 5c80f6272335d030bb11f841159bdfa81591bf77) --- ekg-core.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ekg-core.cabal b/ekg-core.cabal index 830874e..a2cc0ca 100644 --- a/ekg-core.cabal +++ b/ekg-core.cabal @@ -33,11 +33,11 @@ library System.Metrics.ThreadId build-depends: - ghc-prim < 0.8, - base >= 4.6 && < 4.16, - containers >= 0.5 && < 0.7, - text < 1.3, - unordered-containers < 0.3 + ghc-prim < 0.9, + base >= 4.6 && < 5, + containers >= 0.5, + text, + unordered-containers default-language: Haskell2010