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:19:16 +0200
committerPeter Simons <simons@cryp.to>2016-09-09 13:55:38 +0200
commit743982d0f9cb55df3eac6f25d15e7d64832d1818 (patch)
treeb7fe8f2eacafe629c6fccd20e32ab935cac3da82 /pkgs/development/haskell-modules/configuration-common.nix
parent68f43cf9a9c7189a938fbff7f4debf811c28c891 (diff)
downloadnixlib-743982d0f9cb55df3eac6f25d15e7d64832d1818.tar
nixlib-743982d0f9cb55df3eac6f25d15e7d64832d1818.tar.gz
nixlib-743982d0f9cb55df3eac6f25d15e7d64832d1818.tar.bz2
nixlib-743982d0f9cb55df3eac6f25d15e7d64832d1818.tar.lz
nixlib-743982d0f9cb55df3eac6f25d15e7d64832d1818.tar.xz
nixlib-743982d0f9cb55df3eac6f25d15e7d64832d1818.tar.zst
nixlib-743982d0f9cb55df3eac6f25d15e7d64832d1818.zip
haste-cabal-install: mark as broken
The build depends on the broken haste-Cabal package.
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 69acb5c4dbab..311d99bcc7ad 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -897,7 +897,7 @@ self: super: {
 
   # Haste stuff
   haste-Cabal         = markBroken (self.callPackage ../tools/haskell/haste/haste-Cabal.nix {});
-  haste-cabal-install = self.callPackage ../tools/haskell/haste/haste-cabal-install.nix { Cabal = self.haste-Cabal; };
+  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; };
 
   # Ensure the necessary frameworks are propagatedBuildInputs on darwin