about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-11-13 13:10:24 +0100
committerGitHub <noreply@github.com>2017-11-13 13:10:24 +0100
commitb155ff6a5dee89b572ca9ac7a413a433078fd0f6 (patch)
treee92b2b4c1c0a4de68353834d32383777d92ce453 /pkgs/development
parent1435ace4e490ce8df20a91a700f69515722bd497 (diff)
parent587219b9b7b841169a317074d658b59d8f5b61d7 (diff)
downloadnixlib-b155ff6a5dee89b572ca9ac7a413a433078fd0f6.tar
nixlib-b155ff6a5dee89b572ca9ac7a413a433078fd0f6.tar.gz
nixlib-b155ff6a5dee89b572ca9ac7a413a433078fd0f6.tar.bz2
nixlib-b155ff6a5dee89b572ca9ac7a413a433078fd0f6.tar.lz
nixlib-b155ff6a5dee89b572ca9ac7a413a433078fd0f6.tar.xz
nixlib-b155ff6a5dee89b572ca9ac7a413a433078fd0f6.tar.zst
nixlib-b155ff6a5dee89b572ca9ac7a413a433078fd0f6.zip
Merge pull request #31603 from wizzup/fix-missing-haskell-attr
configuration-ghc-7.10.x.nix: Remove missing attributes.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix6
1 files changed, 0 insertions, 6 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 d71d829bcb59..1a9158fa6651 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -157,9 +157,6 @@ self: super: {
   haddock-api = self.haddock-api_2_16_1;
   haddock-library = self.haddock-library_1_2_1;
 
-  # lens-family-th >= 0.5.0.0 is GHC 8.0 only
-  lens-family-th = self.lens-family-th_0_4_1_0;
-
   # The tests in vty-ui do not build, but vty-ui itself builds.
   vty-ui = enableCabalFlag super.vty-ui "no-tests";
 
@@ -207,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;