haskell-Elm: update to version 0.10.1

This commit is contained in:
Peter Simons 2013-12-30 20:38:54 +01:00
parent a3843455c5
commit cc6331d0fe

View File

@ -1,18 +1,18 @@
{ cabal, aeson, aesonPretty, binary, blazeHtml, blazeMarkup { cabal, aeson, aesonPretty, binary, blazeHtml, blazeMarkup
, cmdargs, filepath, HTF, indents, languageEcmascript, mtl, pandoc , cmdargs, filepath, HTF, indents, languageEcmascript, mtl, pandoc
, parsec, text, transformers, unionFind, uniplate , parsec, text, transformers, unionFind, unorderedContainers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "Elm"; pname = "Elm";
version = "0.10.0.2"; version = "0.10.1";
sha256 = "08aqz9lf754ygdwvjf4bs5ivnjyjx9rd43vrbzp0p4d3if6w6avz"; sha256 = "1y533vanhrxc14x304ig6q8ch6zih8yqgpfgw4h5vk5fpdmn09a2";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson aesonPretty binary blazeHtml blazeMarkup cmdargs filepath aeson aesonPretty binary blazeHtml blazeMarkup cmdargs filepath
indents languageEcmascript mtl pandoc parsec text transformers indents languageEcmascript mtl pandoc parsec text transformers
unionFind uniplate unionFind unorderedContainers
]; ];
testDepends = [ HTF ]; testDepends = [ HTF ];
doCheck = false; doCheck = false;