summary refs log tree commit diff
path: root/pkgs/development/compilers/reason
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-07-25 16:24:18 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-08-02 06:32:51 +0000
commit0d70d4a8b836d3848b62b56b91e845aa5254c78e (patch)
tree0189e0598f53be77a804512d0b5d64666093cc37 /pkgs/development/compilers/reason
parent62768f8efc942a75fb929047a3b5bfcfba93cda1 (diff)
downloadnixpkgs-0d70d4a8b836d3848b62b56b91e845aa5254c78e.tar
nixpkgs-0d70d4a8b836d3848b62b56b91e845aa5254c78e.tar.gz
nixpkgs-0d70d4a8b836d3848b62b56b91e845aa5254c78e.tar.bz2
nixpkgs-0d70d4a8b836d3848b62b56b91e845aa5254c78e.tar.lz
nixpkgs-0d70d4a8b836d3848b62b56b91e845aa5254c78e.tar.xz
nixpkgs-0d70d4a8b836d3848b62b56b91e845aa5254c78e.tar.zst
nixpkgs-0d70d4a8b836d3848b62b56b91e845aa5254c78e.zip
ocamlPackages.merlin_extend-0.3 -> merlin-extend-0.4
Diffstat (limited to 'pkgs/development/compilers/reason')
-rw-r--r--pkgs/development/compilers/reason/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/reason/default.nix b/pkgs/development/compilers/reason/default.nix
index 1b84b934852..715b000f323 100644
--- a/pkgs/development/compilers/reason/default.nix
+++ b/pkgs/development/compilers/reason/default.nix
@@ -1,5 +1,5 @@
 { stdenv, makeWrapper, fetchFromGitHub, ocaml, findlib, dune
-, menhir, merlin_extend, ppx_tools_versioned, utop
+, menhir, merlin-extend, ppx_tools_versioned, utop
 }:
 
 stdenv.mkDerivation rec {
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ makeWrapper ];
 
-  propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ];
+  propagatedBuildInputs = [ menhir merlin-extend ppx_tools_versioned ];
 
   buildInputs = [ ocaml findlib dune utop menhir ];