haskellPackages.eventlog2html: fix build

This commit is contained in:
Teo Camarasu 2023-04-13 21:11:07 +01:00
parent 35c00c639a
commit 2c97ab29df
2 changed files with 2 additions and 1 deletions

View file

@ -1404,7 +1404,6 @@ broken-packages:
- eved
- event
- event-driven
- eventlog2html # failure in job https://hydra.nixos.org/build/214597490 at 2023-04-07
- eventsource-api
- eventsourced
- eventstore

View file

@ -46,6 +46,8 @@ default-package-overrides:
- pandoc-crossref < 0.3.15.0
# Needs to match hspec which is tracked in stackage
- hspec-api < 2.10
# 2023-04-13: latest version requires ghc-events >= 0.19 but it's not on LTS yet
- eventlog2html < 0.10
extra-packages:
- Cabal == 2.2.* # required for jailbreak-cabal etc.