From 4dba3fa2e03bd277b4e2b09814d545d287414cfe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 May 2015 11:18:44 +0200 Subject: Fix bogus references to cabal-install 1.18.x. --- pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix') diff --git a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix index 40661c69cbd3..2fecaa5a5322 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix @@ -54,8 +54,8 @@ self: super: { Cabal_1_18_1_6 = dontJailbreak super.Cabal_1_18_1_6; # We have no working cabal-install at the moment. - cabal-install_1_18_0_8 = markBroken super.cabal-install_1_18_0_8; - cabal-install = self.cabal-install_1_18_0_8; + cabal-install_1_18_1_0 = markBroken super.cabal-install_1_18_1_0; + cabal-install = self.cabal-install_1_18_1_0; # https://github.com/tibbe/hashable/issues/85 hashable = dontCheck super.hashable; -- cgit 1.4.1