summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2016-06-07 20:32:46 +0100
committerobadz <obadz-git@obadz.com>2016-06-07 20:33:48 +0100
commit679a51b1164c577335e424882cd4df0acf96e961 (patch)
tree4db999ce24ec45b40af09da1e7f47097b89a3fb1 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent55cde25347eaff5943da56b16a6177866d5ffe8c (diff)
downloadnixpkgs-679a51b1164c577335e424882cd4df0acf96e961.tar
nixpkgs-679a51b1164c577335e424882cd4df0acf96e961.tar.gz
nixpkgs-679a51b1164c577335e424882cd4df0acf96e961.tar.bz2
nixpkgs-679a51b1164c577335e424882cd4df0acf96e961.tar.lz
nixpkgs-679a51b1164c577335e424882cd4df0acf96e961.tar.xz
nixpkgs-679a51b1164c577335e424882cd4df0acf96e961.tar.zst
nixpkgs-679a51b1164c577335e424882cd4df0acf96e961.zip
haskellPackages.ghc-mod: add overrides to support ghc8
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index fcadc790baa..2e7ac52c8de 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -210,4 +210,6 @@ self: super: {
   semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);
   intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]);
 
+  # Moved out from common as no longer the case for GHC8
+  ghc-mod = super.ghc-mod.override { cabal-helper = self.cabal-helper_0_6_3_1; };
 }