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>2016-09-08 14:20:09 +0200
committerPeter Simons <simons@cryp.to>2016-09-09 13:55:39 +0200
commit26cc9b4d01468a86eff1b2dd3720508af4977ede (patch)
treee8a589feace14da234a908d2a25637c9af959bc3 /pkgs/development/haskell-modules/configuration-common.nix
parent743982d0f9cb55df3eac6f25d15e7d64832d1818 (diff)
downloadnixlib-26cc9b4d01468a86eff1b2dd3720508af4977ede.tar
nixlib-26cc9b4d01468a86eff1b2dd3720508af4977ede.tar.gz
nixlib-26cc9b4d01468a86eff1b2dd3720508af4977ede.tar.bz2
nixlib-26cc9b4d01468a86eff1b2dd3720508af4977ede.tar.lz
nixlib-26cc9b4d01468a86eff1b2dd3720508af4977ede.tar.xz
nixlib-26cc9b4d01468a86eff1b2dd3720508af4977ede.tar.zst
nixlib-26cc9b4d01468a86eff1b2dd3720508af4977ede.zip
haste-compiler: mark as broken
  Configuring haste-compiler-0.5.5.0...
  Setup: At least the following dependencies are missing:
  HTTP -any,
  bzlib -any,
  either -any,
  ghc-simple -any,
  system-fileio -any,
  tar -any
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 311d99bcc7ad..9b04315e4a8c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -898,7 +898,7 @@ self: super: {
   # 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      = self.callPackage ../tools/haskell/haste/haste-compiler.nix { inherit overrideCabal; super-haste-compiler = super.haste-compiler; };
+  haste-compiler      = markBroken (self.callPackage ../tools/haskell/haste/haste-compiler.nix { inherit overrideCabal; super-haste-compiler = super.haste-compiler; });
 
   # Ensure the necessary frameworks are propagatedBuildInputs on darwin
   OpenGLRaw = overrideCabal super.OpenGLRaw (drv: {