From 7016fd8e35ba67571a36753b34d4f0baae7c75d1 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Wed, 4 Dec 2024 11:40:07 +0000 Subject: [PATCH] Relax bounds --- eventlog2html.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eventlog2html.cabal b/eventlog2html.cabal index 0c03154..ac0ba79 100644 --- a/eventlog2html.cabal +++ b/eventlog2html.cabal @@ -46,10 +46,10 @@ Library containers >= 0.5.0 && < 0.8, file-embed >= 0.0.11 && < 0.1, filepath >= 1.4.2 && < 1.6, - ghc-events >= 0.19.0 && < 0.20, + ghc-events >= 0.19.0 && < 0.21, ghc-heap >= 9 && < 10, - hashable >= 1.0 && < 1.5, - hashtables >= 1.2.3 && < 1.4, + hashable >= 1.0 && < 1.6, + hashtables >= 1.2.3 && < 1.5, hvega >= 0.11.0 && < 0.13, mtl >= 2.2.2 && < 2.4, optparse-applicative >= 0.14.3 && < 0.19,