diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b9c566f9541b..c4c0a8ac03ee 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -472,6 +472,10 @@ with haskellLib; # https://github.com/input-output-hk/io-sim/issues/248 io-sim = dontCheck super.io-sim; + # Test suites broken by hakyll 4.16, but lib is still okay + # https://github.com/LaurentRDC/hakyll-images/issues/14 + hakyll-images = dontCheck super.hakyll-images; + # 2024-06-23: Hourglass is archived and had its last commit 6 years ago. # Patch is needed to add support for time 1.10, which is only used in the tests # https://github.com/vincenthz/hs-hourglass/pull/56