about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/compilers/elm/elm-make.nix4
1 files changed, 2 insertions, 2 deletions
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";