haskell-Elm: update to version 0.9.0.1
This commit is contained in:
parent
b5b53e250b
commit
8a09380383
@ -1,17 +1,16 @@
|
|||||||
{ cabal, blazeHtml, blazeMarkup, cmdargs, deepseq, filepath, hjsmin
|
{ cabal, binary, blazeHtml, blazeMarkup, cmdargs, filepath, hjsmin
|
||||||
, indents, json, mtl, pandoc, parsec, shakespeare, text
|
, indents, mtl, pandoc, parsec, transformers, unionFind, uniplate
|
||||||
, transformers
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Elm";
|
pname = "Elm";
|
||||||
version = "0.8.0.3";
|
version = "0.9.0.1";
|
||||||
sha256 = "0zai8glmkiqramivgz405zh385cz166gpry2yl29g37dxpwxffzb";
|
sha256 = "0p6sqfrf11xpgj7y81hsjbvsyyyfvc4nzcg6gmfwyqkg3qc3yg6v";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeHtml blazeMarkup cmdargs deepseq filepath hjsmin indents json
|
binary blazeHtml blazeMarkup cmdargs filepath hjsmin indents mtl
|
||||||
mtl pandoc parsec shakespeare text transformers
|
pandoc parsec transformers unionFind uniplate
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://elm-lang.org";
|
homepage = "http://elm-lang.org";
|
||||||
|
Loading…
Reference in New Issue
Block a user