haskellPackages.discord-haskell: unbreak

Changed files
+4
pkgs
development
haskell-modules
+4
pkgs/development/haskell-modules/configuration-common.nix
···
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
reactive-banana = doJailbreak super.reactive-banana;
+
# Example executable doesn't compile
+
# https://github.com/aquarial/discord-haskell/issues/69
+
discord-haskell = setBuildTarget super.discord-haskell "lib:discord-haskell";
+
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super