summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-29 17:02:50 +0200
committerPeter Simons <simons@cryp.to>2018-03-29 20:46:32 +0200
commit0f906405186b72f7273d2fd413261b60a6e918f0 (patch)
tree52818529e2f3c59d9c56465eda01c302b0f35eeb /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parentc7c3f58fadea9552a3f149b2f90072f89960c84c (diff)
downloadnixpkgs-0f906405186b72f7273d2fd413261b60a6e918f0.tar
nixpkgs-0f906405186b72f7273d2fd413261b60a6e918f0.tar.gz
nixpkgs-0f906405186b72f7273d2fd413261b60a6e918f0.tar.bz2
nixpkgs-0f906405186b72f7273d2fd413261b60a6e918f0.tar.lz
nixpkgs-0f906405186b72f7273d2fd413261b60a6e918f0.tar.xz
nixpkgs-0f906405186b72f7273d2fd413261b60a6e918f0.tar.zst
nixpkgs-0f906405186b72f7273d2fd413261b60a6e918f0.zip
cabal-install: fix build of the latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
index 8855b4ad6a3..b6fdb75e550 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -41,9 +41,6 @@ self: super: {
     prePatch = "sed -i -e 's/process.*< 1.5,/process,/g' Cabal.cabal";
   });
 
-  # cabal-install can use the native Cabal library.
-  cabal-install = super.cabal-install.override { Cabal = null; };
-
   # jailbreak-cabal doesn't seem to work right with the native Cabal version.
   jailbreak-cabal = pkgs.haskell.packages.ghc802.jailbreak-cabal;