mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
fb4a6119b6
This includes updates to elm -compiler, -make, -package and -reactor. -repl's test suite currently breaks. The build for elm-reactor could be more concise, but it's clean. The final build step for elm-reactor ultimately relies on elm-package downloading some libraries, so anything radically better would probably need nix to step in and somehow emulate elm-package. That would take more knowledge about elm & nix than I have...
34 lines
1.2 KiB
Nix
34 lines
1.2 KiB
Nix
# 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";
|
|
version = "0.14.1";
|
|
sha256 = "0my04mipgia5qw02nzzrzc4kq3vl7bv75rzrsmd2bdb2wll1k94f";
|
|
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;
|
|
};
|
|
})
|