forked from mirrors/nixpkgs
haskell-shake: test suite fails in LANG=C environment
https://github.com/ndmitchell/shake/issues/73
This commit is contained in:
parent
04d8147219
commit
b36e648722
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue