stylish-haskell: jailbreak build with ghc-8.10.x to support Cabal-3.2.x
This commit is contained in:
parent
ee44940ee5
commit
4ec5eee624
@ -129,4 +129,7 @@ self: super: {
|
|||||||
executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ];
|
executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ];
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
# Break out of "Cabal < 3.2" constraint.
|
||||||
|
stylish-haskell = doJailbreak super.stylish-haskell;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user