elm-make: re-generate with cabal2nix
This commit is contained in:
parent
6dc7771cdc
commit
735436c0c1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user