haskell-Elm: update to version 0.12.1.3
This commit is contained in:
parent
4700996bc7
commit
7452e8b4eb
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Elm";
|
pname = "Elm";
|
||||||
version = "0.12";
|
version = "0.12.1.3";
|
||||||
sha256 = "1gmhnpcfv49bdifvz70fif71947q482pd1dbs5c84m8sn7c5n3ss";
|
sha256 = "1p4py4qyxsp25qa8141ywfh0qnvdid4v7xlbqkk8aafxccb7lsm9";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -17,16 +17,13 @@ cabal.mkDerivation (self: {
|
|||||||
unionFind unorderedContainers
|
unionFind unorderedContainers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson binary blazeHtml blazeMarkup cmdargs filemanip filepath HUnit
|
aeson aesonPretty binary blazeHtml blazeMarkup cmdargs filemanip
|
||||||
indents languageEcmascript mtl pandoc parsec QuickCheck
|
filepath HUnit indents languageEcmascript mtl pandoc parsec
|
||||||
testFramework testFrameworkHunit testFrameworkQuickcheck2 text
|
QuickCheck testFramework testFrameworkHunit
|
||||||
transformers unionFind unorderedContainers
|
testFrameworkQuickcheck2 text transformers unionFind
|
||||||
|
unorderedContainers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
preConfigure = ''
|
|
||||||
rm -f Setup.hs
|
|
||||||
echo -e "import Distribution.Simple\nmain=defaultMain\n" > Setup.hs
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://elm-lang.org";
|
homepage = "http://elm-lang.org";
|
||||||
description = "The Elm language module";
|
description = "The Elm language module";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user