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

launchpad/nixpkgs/master
Malte Brandy 3 years ago
parent cc0558d2ee
commit 69e8d6b92a
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix
  2. 3
      pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix

@ -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

@ -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;

Loading…
Cancel
Save