haskell-shake: test suite fails in LANG=C environment

https://github.com/ndmitchell/shake/issues/73
This commit is contained in:
Peter Simons 2013-10-18 10:47:59 +02:00
parent 04d8147219
commit b36e648722

View File

@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
binary deepseq filepath hashable random time transformers
unorderedContainers utf8String
];
doCheck = false;
meta = {
homepage = "http://community.haskell.org/~ndm/shake/";
description = "Build system library, like Make, but more accurate dependencies";