about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-26 09:35:35 +0200
committerPeter Simons <simons@cryp.to>2017-07-26 10:20:30 +0200
commit28c01703f051e7162773062e5a4b31287c39c836 (patch)
treed6b7df83861a20c59348a835cf48514404032902 /pkgs/development/haskell-modules/configuration-common.nix
parenta9111840faafdfacc946298efe3b9558f42d4688 (diff)
downloadnixlib-28c01703f051e7162773062e5a4b31287c39c836.tar
nixlib-28c01703f051e7162773062e5a4b31287c39c836.tar.gz
nixlib-28c01703f051e7162773062e5a4b31287c39c836.tar.bz2
nixlib-28c01703f051e7162773062e5a4b31287c39c836.tar.lz
nixlib-28c01703f051e7162773062e5a4b31287c39c836.tar.xz
nixlib-28c01703f051e7162773062e5a4b31287c39c836.tar.zst
nixlib-28c01703f051e7162773062e5a4b31287c39c836.zip
haskell: remove all code related to the "haste" compiler
These packages have been broken for a while and now they don't even evaluate
any more.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index eaa3576c81e8..aeb09d4ad603 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -665,11 +665,6 @@ self: super: {
   # We get lots of strange compiler errors during the test suite run.
   jsaddle = dontCheck super.jsaddle;
 
-  # Haste stuff
-  haste-Cabal         = markBroken (self.callPackage ../tools/haskell/haste/haste-Cabal.nix {});
-  haste-cabal-install = markBroken (self.callPackage ../tools/haskell/haste/haste-cabal-install.nix { Cabal = self.haste-Cabal; });
-  haste-compiler      = markBroken (self.callPackage ../tools/haskell/haste/haste-compiler.nix { inherit overrideCabal; super-haste-compiler = super.haste-compiler; });
-
   # tinc is a new build driver a la Stack that's not yet available from Hackage.
   tinc = self.callPackage ../tools/haskell/tinc { inherit (pkgs) cabal-install cabal2nix; };