Skip to content

Commit cb7163d

Browse files
committed
haskellPackages.cabalSdist: remove ghc workaround
The workaround added in NixOS#187726 for haskell/cabal#8352 is no longer needed. cabal-install 3.8.1.0 introduced a regression where `cabal sdist` required GHC to be in PATH. This was fixed in cabal-install 3.10.1.0 (haskell/cabal#8358), and nixpkgs now uses cabal-install 3.16.0.0. tests.haskell.cabalSdist passes.
1 parent 0f6e6ec commit cb7163d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkgs/development/haskell-modules/make-package-set.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,6 @@ package-set { inherit pkgs lib callPackage; } self
674674
inherit src;
675675
nativeBuildInputs = [
676676
buildHaskellPackages.cabal-install
677-
678-
# TODO after https://github.com/haskell/cabal/issues/8352
679-
# remove ghc
680-
self.ghc
681677
];
682678
dontUnpack = false;
683679
}

0 commit comments

Comments
 (0)