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:
parent
8e07d5d77c
commit
41c733a230
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue