From 41c733a230514c53f271a2b401256d1e164c76ce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Oct 2015 21:36:27 +0200 Subject: [PATCH] haskell-configuration-ghc-7.8.x.nix: remove obsolete overrides These overrides cause an infinite recursion for reasons I don't quite understand and that don't seem worthwhile to attempt to understand. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index 4b1d9df24e4..99bac5ae5a0 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -84,10 +84,6 @@ self: super: { seqid = super.seqid_0_1_0; seqid-streams = super.seqid-streams_0_1_0; - # Need binary >= 0.7.2, but our compiler has only 0.7.1.0. - hosc = super.hosc.overrideScope (self: super: { binary = self.binary_0_7_6_1; }); - tidal-midi = super.tidal-midi.overrideScope (self: super: { binary = self.binary_0_7_6_1; }); - # These packages need mtl 2.2.x directly or indirectly via dependencies. amazonka = markBroken super.amazonka; apiary-purescript = markBroken super.apiary-purescript;