summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-18 16:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-01-18 16:20:00 -0500
commit479bc9d9e61b70cf827b2ce16a095a1e46ad87c5 (patch)
treea68e7371478658d095c288b35c8eabfecc5abb48 /pkgs/top-level/ocaml-packages.nix
parent0a65c2b7e931be86db150ba09ec38acfafa17b51 (diff)
downloadnixpkgs-479bc9d9e61b70cf827b2ce16a095a1e46ad87c5.tar
nixpkgs-479bc9d9e61b70cf827b2ce16a095a1e46ad87c5.tar.gz
nixpkgs-479bc9d9e61b70cf827b2ce16a095a1e46ad87c5.tar.bz2
nixpkgs-479bc9d9e61b70cf827b2ce16a095a1e46ad87c5.tar.lz
nixpkgs-479bc9d9e61b70cf827b2ce16a095a1e46ad87c5.tar.xz
nixpkgs-479bc9d9e61b70cf827b2ce16a095a1e46ad87c5.tar.zst
nixpkgs-479bc9d9e61b70cf827b2ce16a095a1e46ad87c5.zip
ocamlPackages.sedlex_2: init at 2.1
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 4d956c494c0..96603d3a495 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -839,6 +839,8 @@ let
 
     sedlex = callPackage ../development/ocaml-modules/sedlex { };
 
+    sedlex_2 = callPackage ../development/ocaml-modules/sedlex/2.nix { };
+
     sodium = callPackage ../development/ocaml-modules/sodium { };
 
     spelll = callPackage ../development/ocaml-modules/spelll { };