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-02-02 11:57:59 +0100
committerPeter Simons <simons@cryp.to>2015-02-02 14:13:22 +0100
commit707f75ddabb6fb69ccc7381c3a39325f9a47670f (patch)
tree51278d93bd1a1404627c97201742db71269ba60e /pkgs/development/haskell-modules/configuration-common.nix
parent9a33055dc0798adee076f07565e89255195073cf (diff)
downloadnixpkgs-707f75ddabb6fb69ccc7381c3a39325f9a47670f.tar
nixpkgs-707f75ddabb6fb69ccc7381c3a39325f9a47670f.tar.gz
nixpkgs-707f75ddabb6fb69ccc7381c3a39325f9a47670f.tar.bz2
nixpkgs-707f75ddabb6fb69ccc7381c3a39325f9a47670f.tar.lz
nixpkgs-707f75ddabb6fb69ccc7381c3a39325f9a47670f.tar.xz
nixpkgs-707f75ddabb6fb69ccc7381c3a39325f9a47670f.tar.zst
nixpkgs-707f75ddabb6fb69ccc7381c3a39325f9a47670f.zip
haskell-duplo: test suite fails (although harmlessly)
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 28ca1987b2a..622daf6e48d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -407,6 +407,9 @@ self: super: {
   # https://github.com/audreyt/MoeDict.hs/issues/1
   MoeDict = markBrokenVersion "0.0.1" super.MoeDict;
 
+  # https://github.com/pixbi/duplo/issues/25
+  duplo = dontCheck super.duplo;
+
 } // {
 
   # Not on Hackage.