haskell-language-ecmascript: update to version 0.15.3
This commit is contained in:
parent
efd82cdc2b
commit
a3cf9f562b
@ -1,18 +1,19 @@
|
|||||||
{ cabal, dataDefaultClass, Diff, filepath, HUnit, mtl, parsec
|
{ cabal, dataDefaultClass, Diff, filepath, HUnit, mtl, parsec
|
||||||
, QuickCheck, testFramework, testFrameworkHunit
|
, QuickCheck, testFramework, testFrameworkHunit
|
||||||
, testFrameworkQuickcheck2, uniplate
|
, testFrameworkQuickcheck2, uniplate, wlPprint
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "language-ecmascript";
|
pname = "language-ecmascript";
|
||||||
version = "0.15.2";
|
version = "0.15.3";
|
||||||
sha256 = "1iszs9f2jryddcz36a6anfyfxpwjhzn49xjqvnd5m6rjdq6y403w";
|
sha256 = "0ircm20nf321awl0gvy0vh3jplfwpd700br67f0i97rifxx2v40c";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
dataDefaultClass Diff mtl parsec QuickCheck uniplate
|
dataDefaultClass Diff mtl parsec QuickCheck uniplate wlPprint
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
dataDefaultClass Diff filepath HUnit mtl parsec QuickCheck
|
dataDefaultClass Diff filepath HUnit mtl parsec QuickCheck
|
||||||
testFramework testFrameworkHunit testFrameworkQuickcheck2
|
testFramework testFrameworkHunit testFrameworkQuickcheck2 uniplate
|
||||||
|
wlPprint
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user