3
0
Fork 0
forked from mirrors/nixpkgs

haskell-language-ecmascript: fix build

The test suite fails because of <https://github.com/jswebtools/language-ecmascript/issues/7>.
Jailbreak to support current versions of QuickCheck: <https://github.com/jswebtools/language-ecmascript/issues/49>.
This commit is contained in:
Peter Simons 2013-11-18 12:14:16 +01:00
parent 9d51b03053
commit 2df5e8122b

View file

@ -14,6 +14,8 @@ cabal.mkDerivation (self: {
dataDefaultClass Diff filepath HUnit mtl parsec QuickCheck
testFramework testFrameworkHunit testFrameworkQuickcheck2
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://github.com/jswebtools/language-ecmascript";
description = "JavaScript parser and pretty-printer library";