haskell-hscolour: fix darwin build

+1
+1
pkgs/development/haskell-modules/configuration-nix.nix
··· 499 # Disable separate bin outputs for these specific packages that break with it. 500 H = hasNoBinOutput super.H; 501 cryptol = hasNoBinOutput super.cryptol; 502 sproxy = hasNoBinOutput super.sproxy; 503 sproxy2 = hasNoBinOutput super.sproxy2; 504 sproxy-web = hasNoBinOutput super.sproxy-web;
··· 499 # Disable separate bin outputs for these specific packages that break with it. 500 H = hasNoBinOutput super.H; 501 cryptol = hasNoBinOutput super.cryptol; 502 + hscolour = hasNoBinOutput super.hscolour; 503 sproxy = hasNoBinOutput super.sproxy; 504 sproxy2 = hasNoBinOutput super.sproxy2; 505 sproxy-web = hasNoBinOutput super.sproxy-web;