about summary refs log tree commit diff
path: root/pkgs/development/compilers/elm/elm-compiler.nix
blob: f686abbf3531d0015197d7fdda7e6696da258205 (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
24
25
26
27
28
29
30
31
32
33
34
# 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";
  sha256 = "1vgbs3navs6dr36k408kc83gkn2ndhmc0b1015zk3jb0wkmvm73y";
  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;
  };
})