about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_tools
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-10-18 06:20:24 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-10-25 07:09:42 +0000
commit0c2aa9dd33b5fb03a0ef3587f87fda612a71ce0c (patch)
tree9b286dd45f8a4b6a8c084f7f6cc8633261c8ca2a /pkgs/development/ocaml-modules/ppx_tools
parent0361ae22304698390acf0202f2e85034f4268c4a (diff)
downloadnixlib-0c2aa9dd33b5fb03a0ef3587f87fda612a71ce0c.tar
nixlib-0c2aa9dd33b5fb03a0ef3587f87fda612a71ce0c.tar.gz
nixlib-0c2aa9dd33b5fb03a0ef3587f87fda612a71ce0c.tar.bz2
nixlib-0c2aa9dd33b5fb03a0ef3587f87fda612a71ce0c.tar.lz
nixlib-0c2aa9dd33b5fb03a0ef3587f87fda612a71ce0c.tar.xz
nixlib-0c2aa9dd33b5fb03a0ef3587f87fda612a71ce0c.tar.zst
nixlib-0c2aa9dd33b5fb03a0ef3587f87fda612a71ce0c.zip
ocamlPackages.ppx_tools: enable at 5.3+4.08.0 for OCaml 4.09
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_tools')
-rw-r--r--pkgs/development/ocaml-modules/ppx_tools/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_tools/default.nix b/pkgs/development/ocaml-modules/ppx_tools/default.nix
index 60b730e06403..fd2b67225e67 100644
--- a/pkgs/development/ocaml-modules/ppx_tools/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_tools/default.nix
@@ -23,6 +23,9 @@ let param = {
   "4.08" = {
     version = "5.3+4.08.0";
     sha256 = "0vdmhs3hpmh5iclx4lzgdpf362m4l35zprxs73r84z1yhr4jcr4m"; };
+  "4.09" = {
+    version = "5.3+4.08.0";
+    sha256 = "0vdmhs3hpmh5iclx4lzgdpf362m4l35zprxs73r84z1yhr4jcr4m"; };
 }.${ocaml.meta.branch};
 in
   stdenv.mkDerivation {