mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 04:57:29 +00:00
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
|
||||
, QuickCheck, testFramework, testFrameworkHunit
|
||||
, testFrameworkQuickcheck2, uniplate
|
||||
, testFrameworkQuickcheck2, uniplate, wlPprint
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "language-ecmascript";
|
||||
version = "0.15.2";
|
||||
sha256 = "1iszs9f2jryddcz36a6anfyfxpwjhzn49xjqvnd5m6rjdq6y403w";
|
||||
version = "0.15.3";
|
||||
sha256 = "0ircm20nf321awl0gvy0vh3jplfwpd700br67f0i97rifxx2v40c";
|
||||
buildDepends = [
|
||||
dataDefaultClass Diff mtl parsec QuickCheck uniplate
|
||||
dataDefaultClass Diff mtl parsec QuickCheck uniplate wlPprint
|
||||
];
|
||||
testDepends = [
|
||||
dataDefaultClass Diff filepath HUnit mtl parsec QuickCheck
|
||||
testFramework testFrameworkHunit testFrameworkQuickcheck2
|
||||
testFramework testFrameworkHunit testFrameworkQuickcheck2 uniplate
|
||||
wlPprint
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user