2014-12-17 11:57:25 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, aeson, aesonPretty, binary, blazeHtml, blazeMarkup
|
|
|
|
, cmdargs, filemanip, filepath, HUnit, indents, languageEcmascript
|
|
|
|
, languageGlsl, mtl, parsec, QuickCheck, testFramework
|
|
|
|
, testFrameworkHunit, testFrameworkQuickcheck2, text, transformers
|
|
|
|
, unionFind, unorderedContainers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "elm-compiler";
|
2015-01-19 10:18:28 +01:00
|
|
|
version = "0.14.1";
|
|
|
|
sha256 = "0my04mipgia5qw02nzzrzc4kq3vl7bv75rzrsmd2bdb2wll1k94f";
|
2014-12-17 11:57:25 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
aeson aesonPretty binary blazeHtml blazeMarkup cmdargs filepath
|
|
|
|
indents languageEcmascript languageGlsl mtl parsec text
|
|
|
|
transformers unionFind unorderedContainers
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
aeson aesonPretty binary blazeHtml blazeMarkup cmdargs filemanip
|
|
|
|
filepath HUnit indents languageEcmascript languageGlsl mtl parsec
|
|
|
|
QuickCheck testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2 text transformers unionFind
|
|
|
|
unorderedContainers
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://elm-lang.org";
|
|
|
|
description = "Values to help with elm-package, elm-make, and elm-lang.org.";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|