summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorAlexandre Esteves <2335822+alexfmpe@users.noreply.github.com>2020-01-26 01:10:17 +0000
committerProfpatsch <mail@profpatsch.de>2020-01-26 02:10:17 +0100
commit8604575f6bfa82cbec3ce6a1450d8808da2b6d31 (patch)
tree947dd513bd17eede5ba525187bb24644bf5307b9 /pkgs/top-level/ocaml-packages.nix
parent42b8090a017490d98b5997bd00fcb8a82f28a2b2 (diff)
downloadnixpkgs-8604575f6bfa82cbec3ce6a1450d8808da2b6d31.tar
nixpkgs-8604575f6bfa82cbec3ce6a1450d8808da2b6d31.tar.gz
nixpkgs-8604575f6bfa82cbec3ce6a1450d8808da2b6d31.tar.bz2
nixpkgs-8604575f6bfa82cbec3ce6a1450d8808da2b6d31.tar.lz
nixpkgs-8604575f6bfa82cbec3ce6a1450d8808da2b6d31.tar.xz
nixpkgs-8604575f6bfa82cbec3ce6a1450d8808da2b6d31.tar.zst
nixpkgs-8604575f6bfa82cbec3ce6a1450d8808da2b6d31.zip
ocamlPackages.dum: init at 1.0.1 (#74817)
* ocamlPackages.dum: init at 1.0.1

* Cleanup
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 a6adfc95815..f90068e00eb 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -241,6 +241,8 @@ let
 
     duff = callPackage ../development/ocaml-modules/duff { };
 
+    dum = callPackage ../development/ocaml-modules/dum { };
+
     dune = callPackage ../development/tools/ocaml/dune { };
 
     dune_2 = callPackage ../development/tools/ocaml/dune/2.nix { };