summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2016-09-07 01:34:52 +0100
committerobadz <obadz-git@obadz.com>2016-09-07 01:35:23 +0100
commit973fd1aae15a9187e32dbf01d0fdc448a068b0cc (patch)
treeb7f52c8a1ed6b6db2d3247736fb3bcdcce5a2f2e /pkgs/development/haskell-modules/configuration-common.nix
parentd9db8a9bf55bbc15579358ffca27c576784071ce (diff)
downloadnixlib-973fd1aae15a9187e32dbf01d0fdc448a068b0cc.tar
nixlib-973fd1aae15a9187e32dbf01d0fdc448a068b0cc.tar.gz
nixlib-973fd1aae15a9187e32dbf01d0fdc448a068b0cc.tar.bz2
nixlib-973fd1aae15a9187e32dbf01d0fdc448a068b0cc.tar.lz
nixlib-973fd1aae15a9187e32dbf01d0fdc448a068b0cc.tar.xz
nixlib-973fd1aae15a9187e32dbf01d0fdc448a068b0cc.tar.zst
nixlib-973fd1aae15a9187e32dbf01d0fdc448a068b0cc.zip
haskellPackages.haste-Cabal: mark as broken
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 cc13b5ee52c0..69acb5c4dbab 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -896,7 +896,7 @@ self: super: {
   dnssd = super.dnssd.override { dns_sd = pkgs.avahi.override { withLibdnssdCompat = true; }; };
 
   # Haste stuff
-  haste-Cabal         = self.callPackage ../tools/haskell/haste/haste-Cabal.nix {};
+  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-compiler      = self.callPackage ../tools/haskell/haste/haste-compiler.nix { inherit overrideCabal; super-haste-compiler = super.haste-compiler; };