about summary refs log tree commit diff
path: root/pkgs/development/compilers/elm
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-01 20:52:13 +0100
committerPeter Simons <simons@cryp.to>2015-01-01 23:07:41 +0100
commit735436c0c1332e8a71c86dfe8a041704c2788a41 (patch)
treeb9e65f174a4bcf33da3a51be2667d129d6bf03da /pkgs/development/compilers/elm
parent6dc7771cdc6bc7eb57ef649b887ef3fa5582f30a (diff)
downloadnixlib-735436c0c1332e8a71c86dfe8a041704c2788a41.tar
nixlib-735436c0c1332e8a71c86dfe8a041704c2788a41.tar.gz
nixlib-735436c0c1332e8a71c86dfe8a041704c2788a41.tar.bz2
nixlib-735436c0c1332e8a71c86dfe8a041704c2788a41.tar.lz
nixlib-735436c0c1332e8a71c86dfe8a041704c2788a41.tar.xz
nixlib-735436c0c1332e8a71c86dfe8a041704c2788a41.tar.zst
nixlib-735436c0c1332e8a71c86dfe8a041704c2788a41.zip
elm-make: re-generate with cabal2nix
Diffstat (limited to 'pkgs/development/compilers/elm')
-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";