2014-12-17 11:57:25 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, ansiWlPprint, binary, blazeHtml, blazeMarkup, elmCompiler
|
2015-01-01 20:52:13 +01:00
|
|
|
, elmPackage, filepath, mtl, optparseApplicative, text
|
2014-12-17 11:57:25 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "elm-make";
|
2015-01-19 10:18:28 +01:00
|
|
|
version = "0.1.1";
|
|
|
|
sha256 = "02mqr6v146piwrhycnmlxnky5bmsl7ap7781qmcwkfmc89wfa4zl";
|
2014-12-17 11:57:25 +01:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
ansiWlPprint binary blazeHtml blazeMarkup elmCompiler elmPackage
|
2015-01-01 20:52:13 +01:00
|
|
|
filepath mtl optparseApplicative text
|
2014-12-17 11:57:25 +01:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://elm-lang.org";
|
|
|
|
description = "A build tool for Elm projects";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|