haskell-Elm: update to version 0.13

This commit is contained in:
Peter Simons 2014-10-13 12:39:07 +02:00
parent 7772b86089
commit 471bfb7f7b

View File

@ -1,27 +1,30 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, aesonPretty, binary, blazeHtml, blazeMarkup { cabal, aeson, aesonPretty, binary, blazeHtml, blazeMarkup
, cmdargs, filemanip, filepath, HUnit, indents, languageEcmascript , cheapskate, cmdargs, filemanip, filepath, highlightingKate, HUnit
, languageGlsl, mtl, pandoc, parsec, QuickCheck, scientific , indents, languageEcmascript, languageGlsl, mtl, parsec
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text , QuickCheck, testFramework, testFrameworkHunit
, transformers, unionFind, unorderedContainers, yaml , testFrameworkQuickcheck2, text, transformers, unionFind
, unorderedContainers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "Elm"; pname = "Elm";
version = "0.12.3"; version = "0.13";
sha256 = "1v6h9qbbz27ikh19xwjbyfw0zi5ag9x1gp0khh9v4af1g0j86320"; sha256 = "1l6p00h0717blwvia0gvqpsakq8jy44fxc6brr4qxs5g4yjcjnmh";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson aesonPretty binary blazeHtml blazeMarkup cmdargs filepath aeson aesonPretty binary blazeHtml blazeMarkup cheapskate cmdargs
indents languageEcmascript languageGlsl mtl pandoc parsec filepath highlightingKate indents languageEcmascript languageGlsl
scientific text transformers unionFind unorderedContainers yaml mtl parsec text transformers unionFind unorderedContainers
]; ];
testDepends = [ testDepends = [
aeson aesonPretty binary blazeHtml blazeMarkup cmdargs filemanip aeson aesonPretty binary blazeHtml blazeMarkup cheapskate cmdargs
filepath HUnit indents languageEcmascript languageGlsl mtl pandoc filemanip filepath highlightingKate HUnit indents
parsec QuickCheck scientific testFramework testFrameworkHunit languageEcmascript languageGlsl mtl parsec QuickCheck testFramework
testFrameworkQuickcheck2 text transformers unionFind testFrameworkHunit testFrameworkQuickcheck2 text transformers
unorderedContainers yaml unionFind unorderedContainers
]; ];
doCheck = false; doCheck = false;
preConfigure = '' preConfigure = ''