From fe8d65c9a6e4c555590fe2593858cc80081600cf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Mar 2015 11:06:42 +0100 Subject: Add required overrrides for haskell-hosc and haskell-tidal-midi. Fixes https://github.com/NixOS/nixpkgs/issues/6864. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') 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 dc43d296ba3..d865c65d55c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -75,8 +75,8 @@ self: super: { seqid-streams = super.seqid-streams_0_1_0; # Need binary >= 0.7.2, but our compiler has only 0.7.1.0. - hosc = dontDistribute super.hosc; - tidal-midi = dontDistribute super.tidal-midi; + hosc = super.hosc.overrideScope (self: super: { binary = self.binary_0_7_4_0; }); + tidal-midi = super.tidal-midi.overrideScope (self: super: { binary = self.binary_0_7_4_0; }); # These packages need mtl 2.2.x directly or indirectly via dependencies. amazonka = markBroken super.amazonka; -- cgit 1.4.1