Skip to content

Commit

Permalink
Bump containers bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-romes committed May 3, 2024
1 parent e124cb2 commit 153fa7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

4 changes: 2 additions & 2 deletions hegg.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 153fa7d

Please sign in to comment.