stylish-haskell: jailbreak build with ghc-8.10.x to support Cabal-3.2.x

gstqt5
Peter Simons 2020-10-16 21:36:20 +02:00
parent ee44940ee5
commit 4ec5eee624
1 changed files with 3 additions and 0 deletions

View File

@ -129,4 +129,7 @@ self: super: {
executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ];
}));
# Break out of "Cabal < 3.2" constraint.
stylish-haskell = doJailbreak super.stylish-haskell;
}