summary refs log tree commit diff
path: root/pkgs/development/compilers/elm/elm-compiler.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/elm/elm-compiler.nix')
-rw-r--r--pkgs/development/compilers/elm/elm-compiler.nix34
1 files changed, 34 insertions, 0 deletions
diff --git a/pkgs/development/compilers/elm/elm-compiler.nix b/pkgs/development/compilers/elm/elm-compiler.nix
new file mode 100644
index 00000000000..87a0b660d2a
--- /dev/null
+++ b/pkgs/development/compilers/elm/elm-compiler.nix
@@ -0,0 +1,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.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;
+  };
+})