From 153fa7d1854270c2a4d154ac686891e33f9eac69 Mon Sep 17 00:00:00 2001 From: Rodrigo Mesquita Date: Fri, 3 May 2024 07:56:06 +0100 Subject: [PATCH] Bump containers bounds --- README.md | 7 +++++++ hegg.cabal | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da21e38..c43b781 100644 --- a/README.md +++ b/README.md @@ -303,3 +303,10 @@ eventlog2html hegg-test.eventlog open hegg-test.svg open hegg-test.eventlog.html ``` + +## Coverage + +``` +cabal test hegg-test --enable-coverage --enable-library-coverage +``` + diff --git a/hegg.cabal b/hegg.cabal index f40c335..72d3ee6 100644 --- a/hegg.cabal +++ b/hegg.cabal @@ -101,8 +101,8 @@ library -- LANGUAGE extensions used by modules in this package. -- base-4.13, because foldMap' is used. build-depends: base >= 4.13 && < 5, - transformers >= 0.4 && < 0.7, - containers >= 0.4 && < 0.7 + transformers >= 0.4 && < 0.8, + containers >= 0.4 && < 0.8 if flag(vizdot) build-depends: graphviz >= 2999.20 && < 2999.21, text