summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2021-01-24 13:28:12 -0500
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-01-30 11:37:36 +0100
commitf58c4e236f92df8d7887ce3450a3989f80ae1f6c (patch)
tree74211a05af9fad2b289e13b66c7e507b872db363 /pkgs/top-level/ocaml-packages.nix
parentfce29131f5ed81d3072d14086def4b29d52f4ea7 (diff)
ocamlPackages.postgresql: init at 4.6.3
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index c3734ad94088..2dd4d6a09422 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -873,6 +873,10 @@ let
posix-types = callPackage ../development/ocaml-modules/posix/types.nix { };
+ postgresql = callPackage ../development/ocaml-modules/postgresql {
+ inherit (pkgs) postgresql;
+ };
+
ppx_bitstring = callPackage ../development/ocaml-modules/bitstring/ppx.nix { };
ppxfind = callPackage ../development/ocaml-modules/ppxfind { };