elm-make: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2015-01-01 20:52:13 +01:00
parent 6dc7771cdc
commit 735436c0c1

View File

@ -1,7 +1,7 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, ansiWlPprint, binary, blazeHtml, blazeMarkup, elmCompiler
, elmPackage, filepath, mtl, optparseApplicative_0_10_0, text
, elmPackage, filepath, mtl, optparseApplicative, text
}:
cabal.mkDerivation (self: {
@ -12,7 +12,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [
ansiWlPprint binary blazeHtml blazeMarkup elmCompiler elmPackage
filepath mtl optparseApplicative_0_10_0 text
filepath mtl optparseApplicative text
];
meta = {
homepage = "http://elm-lang.org";