summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-06-02 01:11:01 +0300
committerNikolay Amiantov <ab@fmap.me>2016-06-02 01:11:01 +0300
commitd82b15d57bf9e40ff8f3541a1a093c48f8f7fda6 (patch)
tree9e5e54d7d55ce75aa9de74ce49fc4c3c0613390a /pkgs/development/haskell-modules
parentadfe65edf2f07031fba6380eacc085582c74bb14 (diff)
downloadnixlib-d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6.tar
nixlib-d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6.tar.gz
nixlib-d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6.tar.bz2
nixlib-d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6.tar.lz
nixlib-d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6.tar.xz
nixlib-d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6.tar.zst
nixlib-d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6.zip
haskell.cabal-install: remove override
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2b3492b5b36b..b1c004f24831 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -8,7 +8,6 @@ self: super: {
   Cabal_1_18_1_7 = dontCheck super.Cabal_1_18_1_7;
   Cabal_1_20_0_4 = dontCheck super.Cabal_1_20_0_4;
   Cabal_1_22_4_0 = dontCheck super.Cabal_1_22_4_0;
-  cabal-install_ = (dontCheck super.cabal-install).overrideScope (self: super: { Cabal = self.Cabal_1_24_0_0; });
   cabal-install_1_18_1_0 = (dontCheck super.cabal-install_1_18_1_0).overrideScope (self: super: { Cabal = self.Cabal_1_18_1_7; });
 
   # Link statically to avoid runtime dependency on GHC.