From 735436c0c1332e8a71c86dfe8a041704c2788a41 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 Jan 2015 20:52:13 +0100 Subject: elm-make: re-generate with cabal2nix --- pkgs/development/compilers/elm/elm-make.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/compilers/elm') diff --git a/pkgs/development/compilers/elm/elm-make.nix b/pkgs/development/compilers/elm/elm-make.nix index 1052b16b0867..ff5646ddd062 100644 --- a/pkgs/development/compilers/elm/elm-make.nix +++ b/pkgs/development/compilers/elm/elm-make.nix @@ -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"; -- cgit 1.4.1