mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.no-recursion: jailbreak
This commit is contained in:
parent
92ca07b6a5
commit
e9af2ed4be
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue