summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-05-21 16:10:03 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-05-21 16:10:12 +0000
commit19f768a97808da4c8700ae24513ab557801be12c (patch)
treecf1a74338460226f2037647a366c1ba09134cdf5 /pkgs/top-level/ocaml-packages.nix
parentd239113bb0a2b471ea72d8a8af2331ec87d72a93 (diff)
downloadnixpkgs-19f768a97808da4c8700ae24513ab557801be12c.tar
nixpkgs-19f768a97808da4c8700ae24513ab557801be12c.tar.gz
nixpkgs-19f768a97808da4c8700ae24513ab557801be12c.tar.bz2
nixpkgs-19f768a97808da4c8700ae24513ab557801be12c.tar.lz
nixpkgs-19f768a97808da4c8700ae24513ab557801be12c.tar.xz
nixpkgs-19f768a97808da4c8700ae24513ab557801be12c.tar.zst
nixpkgs-19f768a97808da4c8700ae24513ab557801be12c.zip
ocamlPackages.earley_ocaml: init at 1.0.2
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index e46888992f7..01a5b224d1e 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -217,6 +217,8 @@ let
 
     earley = callPackage ../development/ocaml-modules/earley { };
 
+    earley_ocaml = callPackage ../development/ocaml-modules/earley_ocaml { };
+
     easy-format = callPackage ../development/ocaml-modules/easy-format { };
 
     eliom = callPackage ../development/ocaml-modules/eliom { };