summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-11 21:11:53 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-12 18:11:40 +0000
commit6a3a4f559bae4f4b2aa13091242ca07b5a757798 (patch)
tree73541fce3b97264bc557020a8f4de34422db14a9 /pkgs/top-level/ocaml-packages.nix
parent88d9d2de5b6bb551227cc428d90c0b2c31f2a051 (diff)
downloadnixpkgs-6a3a4f559bae4f4b2aa13091242ca07b5a757798.tar
nixpkgs-6a3a4f559bae4f4b2aa13091242ca07b5a757798.tar.gz
nixpkgs-6a3a4f559bae4f4b2aa13091242ca07b5a757798.tar.bz2
nixpkgs-6a3a4f559bae4f4b2aa13091242ca07b5a757798.tar.lz
nixpkgs-6a3a4f559bae4f4b2aa13091242ca07b5a757798.tar.xz
nixpkgs-6a3a4f559bae4f4b2aa13091242ca07b5a757798.tar.zst
nixpkgs-6a3a4f559bae4f4b2aa13091242ca07b5a757798.zip
ocamlPackages.integers: init at 0.2.2
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 cf8f49fb427..0e6df5942c7 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -228,6 +228,8 @@ let
 
     inotify = callPackage ../development/ocaml-modules/inotify { };
 
+    integers = callPackage ../development/ocaml-modules/integers { };
+
     io-page = callPackage ../development/ocaml-modules/io-page { };
 
     ipaddr_p4 = callPackage ../development/ocaml-modules/ipaddr/2.6.1.nix { };