mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
haskell-language-ecmascript: update to version 0.16
This commit is contained in:
parent
891a497aa1
commit
17b59a84c3
@ -1,14 +1,15 @@
|
||||
{ cabal, dataDefaultClass, Diff, filepath, HUnit, mtl, parsec
|
||||
, QuickCheck, testFramework, testFrameworkHunit
|
||||
, testFrameworkQuickcheck2, uniplate, wlPprint
|
||||
, testFrameworkQuickcheck2, testingFeat, uniplate, wlPprint
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "language-ecmascript";
|
||||
version = "0.15.4";
|
||||
sha256 = "1drivy75lvrwjx7irdbnnqp7y6mbzbm2pbxy7zzc1nfln6g3k9x7";
|
||||
version = "0.16";
|
||||
sha256 = "1gz0089llxfmq9v2j5hp85h7w2vw50sgbl6dcd7i0s8m5zd3dmqg";
|
||||
buildDepends = [
|
||||
dataDefaultClass Diff mtl parsec QuickCheck uniplate wlPprint
|
||||
dataDefaultClass Diff mtl parsec QuickCheck testingFeat uniplate
|
||||
wlPprint
|
||||
];
|
||||
testDepends = [
|
||||
dataDefaultClass Diff filepath HUnit mtl parsec QuickCheck
|
||||
|
Loading…
Reference in New Issue
Block a user