haskellPackages.hakyll-images: disable broken test suite for now

This commit is contained in:
sternenseemann
2026-04-30 12:55:49 +02:00
parent 9f3f142e52
commit 39264e1425
@@ -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