summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-06 11:18:44 +0200
committerPeter Simons <simons@cryp.to>2015-05-08 14:10:16 +0200
commit4dba3fa2e03bd277b4e2b09814d545d287414cfe (patch)
tree468dd3c8afb31c6981b792449444c71730273301 /pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
parente930cf057ea02b8f4391791151362883710b1255 (diff)
downloadnixlib-4dba3fa2e03bd277b4e2b09814d545d287414cfe.tar
nixlib-4dba3fa2e03bd277b4e2b09814d545d287414cfe.tar.gz
nixlib-4dba3fa2e03bd277b4e2b09814d545d287414cfe.tar.bz2
nixlib-4dba3fa2e03bd277b4e2b09814d545d287414cfe.tar.lz
nixlib-4dba3fa2e03bd277b4e2b09814d545d287414cfe.tar.xz
nixlib-4dba3fa2e03bd277b4e2b09814d545d287414cfe.tar.zst
nixlib-4dba3fa2e03bd277b4e2b09814d545d287414cfe.zip
Fix bogus references to cabal-install 1.18.x.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix4
1 files changed, 2 insertions, 2 deletions
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;