haskell: whitespace fixes

This commit is contained in:
Joe Hermaszewski 2020-11-07 13:03:29 +08:00 committed by Peter Simons
parent e5570d9f8b
commit 407bb3ba3f

View File

@ -86,11 +86,11 @@ rec {
future. future.
Instead of jailbreaking, you can patch the cabal file. Instead of jailbreaking, you can patch the cabal file.
Note that jailbreaking at this time, doesn't lift bounds on Note that jailbreaking at this time, doesn't lift bounds on
conditional branches. conditional branches.
https://github.com/peti/jailbreak-cabal/issues/7 has further details. https://github.com/peti/jailbreak-cabal/issues/7 has further details.
*/ */
doJailbreak = drv: overrideCabal drv (drv: { jailbreak = true; }); doJailbreak = drv: overrideCabal drv (drv: { jailbreak = true; });