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-09-14 16:48:06 +0200
committerPeter Simons <simons@cryp.to>2015-09-15 16:23:46 +0200
commit6a0e150aa918d99839b312c39972f2fd29aaeaff (patch)
tree449f3e8c818c56cd3fd6d94d1d41db5d3ed4044c /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent81b05b4a484f7c79e849570b9f59f5101b54d63b (diff)
downloadnixpkgs-6a0e150aa918d99839b312c39972f2fd29aaeaff.tar
nixpkgs-6a0e150aa918d99839b312c39972f2fd29aaeaff.tar.gz
nixpkgs-6a0e150aa918d99839b312c39972f2fd29aaeaff.tar.bz2
nixpkgs-6a0e150aa918d99839b312c39972f2fd29aaeaff.tar.lz
nixpkgs-6a0e150aa918d99839b312c39972f2fd29aaeaff.tar.xz
nixpkgs-6a0e150aa918d99839b312c39972f2fd29aaeaff.tar.zst
nixpkgs-6a0e150aa918d99839b312c39972f2fd29aaeaff.zip
configuration-ghc-7.10.x.nix: remove obsolete overrides
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.nix12
1 files changed, 0 insertions, 12 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 28092f8d886..0061b8f34a1 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -209,18 +209,6 @@ self: super: {
   # http://hub.darcs.net/ivanm/graphviz/issue/5
   graphviz = dontCheck (dontJailbreak (appendPatch super.graphviz ./patches/graphviz-fix-ghc710.patch));
 
-  # Broken with GHC 7.10.x.
-  aeson_0_7_0_6 = markBroken super.aeson_0_7_0_6;
-  Cabal_1_20_0_3 = markBroken super.Cabal_1_20_0_3;
-  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;
-  haddock-api_2_15_0_2 = markBroken super.haddock-api_2_15_0_2;
-  QuickCheck_1_2_0_1 = markBroken super.QuickCheck_1_2_0_1;
-  seqid-streams_0_1_0 = markBroken super.seqid-streams_0_1_0;
-  vector_0_10_9_2 = markBroken super.vector_0_10_9_2;
-  hoopl_3_10_2_0 = markBroken super.hoopl_3_10_2_0;
-
   # https://github.com/HugoDaniel/RFC3339/issues/14
   timerep = dontCheck super.timerep;