haskell: whitespace fixes

This commit is contained in:
Joe Hermaszewski
2020-11-13 21:37:56 +01:00
committed by Peter Simons
parent e5570d9f8b
commit 407bb3ba3f
+3 -3
View File
@@ -86,11 +86,11 @@ rec {
future.
Instead of jailbreaking, you can patch the cabal file.
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.
*/
doJailbreak = drv: overrideCabal drv (drv: { jailbreak = true; });