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.
This commit is contained in:
Peter Simons 2015-10-17 21:36:27 +02:00
parent 8e07d5d77c
commit 41c733a230

View File

@ -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;