haskell.lib: make krank ignore informational issue references

This commit is contained in:
sternenseemann
2025-09-26 14:31:36 +02:00
parent dc9dcaf7ac
commit 0eedc11e2f
2 changed files with 4 additions and 2 deletions
@@ -114,7 +114,8 @@ rec {
Note that jailbreaking at this time, doesn't lift bounds on
conditional branches.
https://github.com/peti/jailbreak-cabal/issues/7 has further details.
https://github.com/peti/jailbreak-cabal/issues/7 (krank:ignore-line)
has further details.
*/
doJailbreak = overrideCabal (drv: {
jailbreak = true;
@@ -94,7 +94,8 @@ rec {
Note that jailbreaking at this time, doesn't lift bounds on
conditional branches.
https://github.com/peti/jailbreak-cabal/issues/7 has further details.
https://github.com/peti/jailbreak-cabal/issues/7 (krank:ignore-line)
has further details.
*/
doJailbreak = compose.doJailbreak;