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...
24 lines
712 B
Nix
24 lines
712 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, ansiWlPprint, binary, blazeHtml, blazeMarkup, elmCompiler
|
|
, elmPackage, filepath, mtl, optparseApplicative, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "elm-make";
|
|
version = "0.1.1";
|
|
sha256 = "02mqr6v146piwrhycnmlxnky5bmsl7ap7781qmcwkfmc89wfa4zl";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
ansiWlPprint binary blazeHtml blazeMarkup elmCompiler elmPackage
|
|
filepath mtl optparseApplicative text
|
|
];
|
|
meta = {
|
|
homepage = "http://elm-lang.org";
|
|
description = "A build tool for Elm projects";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|