summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorwisut hantanong <wizzup@gmail.com>2017-11-13 17:47:24 +0700
committerwisut hantanong <wizzup@gmail.com>2017-11-13 17:49:27 +0700
commit587219b9b7b841169a317074d658b59d8f5b61d7 (patch)
treec7feb03fbb3f15e96e3413140eab56008ac29f95 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent03cce166e9c0b7f45dafad27c02ea79498d240f1 (diff)
downloadnixlib-587219b9b7b841169a317074d658b59d8f5b61d7.tar
nixlib-587219b9b7b841169a317074d658b59d8f5b61d7.tar.gz
nixlib-587219b9b7b841169a317074d658b59d8f5b61d7.tar.bz2
nixlib-587219b9b7b841169a317074d658b59d8f5b61d7.tar.lz
nixlib-587219b9b7b841169a317074d658b59d8f5b61d7.tar.xz
nixlib-587219b9b7b841169a317074d658b59d8f5b61d7.tar.zst
nixlib-587219b9b7b841169a317074d658b59d8f5b61d7.zip
remove missing attribute 'cabal-helper_0_6_3_1'
$ nix-shell -p haskell.packages.ghc7103.ghc-mod -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/master.tar.gz
error: attribute ‘cabal-helper_0_6_3_1’ missing, at /nix/store/l7kr5m1h1rp16fh7d1m47caj2yj6xz4m-master.tar.gz/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix:211:53
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.nix3
1 files changed, 0 insertions, 3 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 c2899d32026d..1a9158fa6651 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -204,9 +204,6 @@ self: super: {
   # also tests require bytestring>=0.10.8.1
   cereal = dontCheck (addBuildDepend super.cereal self.fail);
 
-  # 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; };
-
   # The test suite requires Cabal 1.24.x or later to compile.
   comonad = dontCheck super.comonad;
   semigroupoids = dontCheck super.semigroupoids;