lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

-4
-4
pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
··· 84 84 seqid = super.seqid_0_1_0; 85 85 seqid-streams = super.seqid-streams_0_1_0; 86 86 87 - # Need binary >= 0.7.2, but our compiler has only 0.7.1.0. 88 - hosc = super.hosc.overrideScope (self: super: { binary = self.binary_0_7_6_1; }); 89 - tidal-midi = super.tidal-midi.overrideScope (self: super: { binary = self.binary_0_7_6_1; }); 90 - 91 87 # These packages need mtl 2.2.x directly or indirectly via dependencies. 92 88 amazonka = markBroken super.amazonka; 93 89 apiary-purescript = markBroken super.apiary-purescript;