haskellPackages.no-recursion: jailbreak

This commit is contained in:
Wolfgang Walther 2026-07-02 10:23:39 +02:00
commit e9af2ed4be
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -1606,6 +1606,10 @@ with haskellLib;
yaya-quickcheck = doJailbreak super.yaya-quickcheck;
yaya-unsafe = doJailbreak super.yaya-unsafe;
# 2026-07-02: allow doctest 0.25
# https://github.com/sellout/no-recursion/issues/46
no-recursion = doJailbreak super.no-recursion;
# https://github.com/ghcjs/jsaddle/pull/165
jsaddle-warp = appendPatch (fetchpatch {
name = "add-threaded-flag";