haskellPackages.stylish-haskell: Fix on ghc 8.8.x

This commit is contained in:
Malte Brandy 2021-06-20 23:22:32 +02:00
parent cc0558d2ee
commit 69e8d6b92a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 3 additions and 3 deletions

View file

@ -1936,4 +1936,7 @@ EOT
# https://github.com/Porges/email-validate-hs/issues/58
ghcup = doJailbreak super.ghcup;
# Break out of "Cabal < 3.2" constraint.
stylish-haskell = doJailbreak super.stylish-haskell;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View file

@ -84,9 +84,6 @@ self: super: {
executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ];
}));
# Break out of "Cabal < 3.2" constraint.
stylish-haskell = doJailbreak super.stylish-haskell;
# hackage-db 2.1.1 is incompatible with Cabal < 3.4
# See https://github.com/NixOS/cabal2nix/issues/501
hackage-db = self.hackage-db_2_1_0;