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
This commit is contained in:
Daniel Fox Franke 2015-08-30 21:46:09 -04:00
parent 8e26a55dc4
commit cf3e2a5f5b

View File

@ -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;