haskellPackages.essence-of-live-coding-warp: disable test suite

The warp test suite runs an HTTP server that needs the threaded RTS, but is
missing ghc-options: -threaded. Fixed upstream in
https://github.com/turion/essence-of-live-coding/pull/153.

Assisted-by: Claude Code (Claude Opus 4.8)
This commit is contained in:
Manuel Bärenz
2026-07-31 15:34:03 +02:00
parent 08f8496ff9
commit 86b532d04c

View File

@@ -2968,6 +2968,11 @@ with haskellLib;
# once a release/Hackage revision with the relaxed bound reaches nixpkgs.
rhine = dontCheck super.rhine;
# The warp test suite runs an HTTP server that needs the threaded RTS, but the
# test suite is missing `ghc-options: -threaded`. Fixed upstream in
# https://github.com/turion/essence-of-live-coding/pull/153; drop once released.
essence-of-live-coding-warp = dontCheck super.essence-of-live-coding-warp;
# 2025-04-13: jailbreak to allow th-abstraction >= 0.7
crucible = doJailbreak super.crucible;