about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2023-02-20 09:54:09 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2023-02-20 11:03:39 +0100
commit430385cad56869d1163bd4020dc5a59a4f633aec (patch)
tree178a83088e6e069fd124a467eac76120466198ec /pkgs/top-level/ocaml-packages.nix
parentb69883faca9542d135fa6bab7928ff1b233c167f (diff)
ocamlPackages.simple-diff: init at 0.3
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 0e704ce26af8a..b91c1ae009ba5 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1260,6 +1260,8 @@ let
       inherit (pkgs) shine;
     };
 
+    simple-diff = callPackage ../development/ocaml-modules/simple-diff { };
+
     sosa = callPackage ../development/ocaml-modules/sosa { };
 
     soundtouch = callPackage ../development/ocaml-modules/soundtouch {