about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppxlib
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-04-09 08:02:45 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2024-04-09 11:49:39 +0200
commitb37ea8df32fc3f02d3cf5acaafc758869dd4d9fd (patch)
treef5a9471da0a5fd094d52b8c86fe0259e32ca81cb /pkgs/development/ocaml-modules/ppxlib
parentc740c98fc17401d49fbd9bae474d0919f212ea0a (diff)
ocamlPackages.janeStreet: remove at 0.11
Diffstat (limited to 'pkgs/development/ocaml-modules/ppxlib')
-rw-r--r--pkgs/development/ocaml-modules/ppxlib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ppxlib/default.nix b/pkgs/development/ocaml-modules/ppxlib/default.nix
index 80d408f1e3500..0998b5d6a134f 100644
--- a/pkgs/development/ocaml-modules/ppxlib/default.nix
+++ b/pkgs/development/ocaml-modules/ppxlib/default.nix
@@ -17,6 +17,7 @@ let param = {
   };
   "0.13.0" = {
     sha256 = "sha256-geHz0whQDg5/YQjVsN2iuHlkClwh7z3Eqb2QOBzuOdk=";
+    min_version = "4.07";
     max_version = "4.11";
     useDune2 = false;
     OMP = [ ocaml-migrate-parsetree ];