about 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>2022-12-20 08:42:31 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-12-27 08:27:24 +0100
commitb169e34beb97288fda1bffb05dc727f6f4717a11 (patch)
tree1f091e5553cedcc0c1f543241918f22f9f0fd4b6 /pkgs/top-level/ocaml-packages.nix
parentb9c1fc696155934cb9a91ba19281b7e37467da21 (diff)
ocamlPackages.httpaf-lwt-unix: init at 0.7.1
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 20bd8520cd8c6..885009594229e 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -610,6 +610,8 @@ let
 
     httpaf = callPackage ../development/ocaml-modules/httpaf { };
 
+    httpaf-lwt-unix = callPackage ../development/ocaml-modules/httpaf/lwt-unix.nix { };
+
     index = callPackage ../development/ocaml-modules/index { };
 
     inifiles = callPackage ../development/ocaml-modules/inifiles { };