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-10 11:44:19 +0200
committerPeter Simons <simons@cryp.to>2015-08-13 11:29:50 +0200
commit45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f (patch)
tree94b2707720ddeef5fee23251d7dd8303556542a1 /pkgs/development/haskell-modules/configuration-common.nix
parentd167418c7e8146db3267413d81635054893d2d0f (diff)
downloadnixpkgs-45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f.tar
nixpkgs-45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f.tar.gz
nixpkgs-45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f.tar.bz2
nixpkgs-45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f.tar.lz
nixpkgs-45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f.tar.xz
nixpkgs-45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f.tar.zst
nixpkgs-45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f.zip
haskell-multi-cabal is broken.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ed23b190ec6..182211ec405 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -926,4 +926,7 @@ self: super: {
   # https://github.com/liyang/thyme/issues/36
   thyme = dontCheck super.thyme;
 
+  # https://github.com/aka-bash0r/multi-cabal/issues/4
+  multi-cabal = markBroken super.multi-cabal;
+
 }