about summary refs log tree commit diff
path: root/pkgs/development/compilers/elm/elm-make.nix
blob: f9693ab2d94d79069049f986ea007e539200725f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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;
  };
})