summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-12 15:02:39 +0200
committerPeter Simons <simons@cryp.to>2015-06-13 11:31:31 +0200
commitcd7b1ca0002b393a7fe00b36506a402fbc9432ac (patch)
tree35405b7667d68b06fbcc2f4fe6d7308b0024194f /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent7e38ad08e764c6f0c10e1d676af046d876d47adb (diff)
downloadnixpkgs-cd7b1ca0002b393a7fe00b36506a402fbc9432ac.tar
nixpkgs-cd7b1ca0002b393a7fe00b36506a402fbc9432ac.tar.gz
nixpkgs-cd7b1ca0002b393a7fe00b36506a402fbc9432ac.tar.bz2
nixpkgs-cd7b1ca0002b393a7fe00b36506a402fbc9432ac.tar.lz
nixpkgs-cd7b1ca0002b393a7fe00b36506a402fbc9432ac.tar.xz
nixpkgs-cd7b1ca0002b393a7fe00b36506a402fbc9432ac.tar.zst
nixpkgs-cd7b1ca0002b393a7fe00b36506a402fbc9432ac.zip
haskell-configuration-ghc-7.8.x: drop obsolete override for 'equivalence'
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.nix1
1 files changed, 0 insertions, 1 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 28c74f61925..f2e0fb056e7 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -225,7 +225,6 @@ self: super: {
   cabal-install_1_18_1_0 = markBroken super.cabal-install_1_18_1_0;
   containers_0_4_2_1 = markBroken super.containers_0_4_2_1;
   control-monad-free_0_5_3 = markBroken super.control-monad-free_0_5_3;
-  equivalence_0_2_5 = markBroken super.equivalence_0_2_5;
   haddock-api_2_15_0_2 = markBroken super.haddock-api_2_15_0_2;
   optparse-applicative_0_10_0 = markBroken super.optparse-applicative_0_10_0;
   QuickCheck_1_2_0_1 = markBroken super.QuickCheck_1_2_0_1;