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-03-04 15:46:16 +0100
committerPeter Simons <simons@cryp.to>2015-03-04 15:55:34 +0100
commit13764f0b0f610fde990343be7851a6818bb1b32a (patch)
treeb8848db2f9627ffd7af837b9b0bc58dec680f166 /pkgs/development/haskell-modules/configuration-common.nix
parent9b600ca3b58ce7101d9119b7ab91b840c1eac4c8 (diff)
downloadnixpkgs-13764f0b0f610fde990343be7851a6818bb1b32a.tar
nixpkgs-13764f0b0f610fde990343be7851a6818bb1b32a.tar.gz
nixpkgs-13764f0b0f610fde990343be7851a6818bb1b32a.tar.bz2
nixpkgs-13764f0b0f610fde990343be7851a6818bb1b32a.tar.lz
nixpkgs-13764f0b0f610fde990343be7851a6818bb1b32a.tar.xz
nixpkgs-13764f0b0f610fde990343be7851a6818bb1b32a.tar.zst
nixpkgs-13764f0b0f610fde990343be7851a6818bb1b32a.zip
haskell-ng: Monadius and cabal-debian are broken
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fc33ad119c9..1558911ef8e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -605,6 +605,12 @@ self: super: {
   # https://github.com/junjihashimoto/test-sandbox-compose/issues/2
   test-sandbox-compose = dontCheck super.test-sandbox-compose;
 
+  # Broken by GLUT update.
+  Monadius = markBroken super.Monadius;
+
+  # https://github.com/ddssff/cabal-debian/issues/35
+  cabal-debian = markBroken super.cabal-debian;
+
 } // {
 
   # Not on Hackage.