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>2015-08-14 17:29:48 +0200
committerPeter Simons <simons@cryp.to>2015-08-15 08:59:46 +0200
commit8647667e93a22a0dc66e1f8305e2e23dfdef1572 (patch)
tree771e9f558c073f622eb69b83d88eef30d209d4b4 /pkgs/development/haskell-modules/configuration-common.nix
parent19b26260cac9d88f7876578d3caddf4e381a22d2 (diff)
downloadnixpkgs-8647667e93a22a0dc66e1f8305e2e23dfdef1572.tar
nixpkgs-8647667e93a22a0dc66e1f8305e2e23dfdef1572.tar.gz
nixpkgs-8647667e93a22a0dc66e1f8305e2e23dfdef1572.tar.bz2
nixpkgs-8647667e93a22a0dc66e1f8305e2e23dfdef1572.tar.lz
nixpkgs-8647667e93a22a0dc66e1f8305e2e23dfdef1572.tar.xz
nixpkgs-8647667e93a22a0dc66e1f8305e2e23dfdef1572.tar.zst
nixpkgs-8647667e93a22a0dc66e1f8305e2e23dfdef1572.zip
haskell-bro is broken
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 00ca523b863..1c97fa44f1d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -909,6 +909,10 @@ self: super: {
   # https://github.com/liyang/thyme/issues/36
   thyme = dontCheck super.thyme;
 
+  # https://github.com/k0ral/hbro/issues/15
+  hbro = markBroken super.hbro;
+  hbro-contrib = dontDistribute super.hbro-contrib;
+
   # https://github.com/aka-bash0r/multi-cabal/issues/4
   multi-cabal = markBroken super.multi-cabal;