summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorDaniel Fox Franke <dfoxfranke@gmail.com>2015-08-30 21:46:09 -0400
committerDaniel Fox Franke <dfoxfranke@gmail.com>2015-08-30 21:46:09 -0400
commitcf3e2a5f5bc60d4c1260f50f73be3990bef2c2d5 (patch)
treec7d0a567101f888a37c5062e9354259feb1afebd /pkgs/development
parent8e26a55dc4e91b6590b6f616c0db1f22bef88b89 (diff)
downloadnixpkgs-cf3e2a5f5bc60d4c1260f50f73be3990bef2c2d5.tar
nixpkgs-cf3e2a5f5bc60d4c1260f50f73be3990bef2c2d5.tar.gz
nixpkgs-cf3e2a5f5bc60d4c1260f50f73be3990bef2c2d5.tar.bz2
nixpkgs-cf3e2a5f5bc60d4c1260f50f73be3990bef2c2d5.tar.lz
nixpkgs-cf3e2a5f5bc60d4c1260f50f73be3990bef2c2d5.tar.xz
nixpkgs-cf3e2a5f5bc60d4c1260f50f73be3990bef2c2d5.tar.zst
nixpkgs-cf3e2a5f5bc60d4c1260f50f73be3990bef2c2d5.zip
haskell-lucid: disable tests
They buggily make assumptions about the order in which strings appear
in a hash table and thereby fail on i686-linux. See
http://hydra.nixos.org/build/25132604/log/raw and
https://github.com/chrisdone/lucid/issues/25
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e107e0b1458..fa3b738ddc4 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -430,6 +430,7 @@ self: super: {
   language-slice = dontCheck super.language-slice;
   lensref = dontCheck super.lensref;
   liquidhaskell = dontCheck super.liquidhaskell;
+  lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
   lvmrun = dontCheck super.lvmrun;
   memcache = dontCheck super.memcache;
   milena = dontCheck super.milena;