about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-01-17 12:58:24 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-01-24 17:38:11 +0100
commit2483ca4c6277e217f845bc3a76681122745dbc2e (patch)
tree5aa3e1a2556e81a83db37bd657e41a263a55e6c3 /pkgs/top-level
parent0378fedc17a8e359650d6dce5d9839621b09f102 (diff)
downloadnixlib-2483ca4c6277e217f845bc3a76681122745dbc2e.tar
nixlib-2483ca4c6277e217f845bc3a76681122745dbc2e.tar.gz
nixlib-2483ca4c6277e217f845bc3a76681122745dbc2e.tar.bz2
nixlib-2483ca4c6277e217f845bc3a76681122745dbc2e.tar.lz
nixlib-2483ca4c6277e217f845bc3a76681122745dbc2e.tar.xz
nixlib-2483ca4c6277e217f845bc3a76681122745dbc2e.tar.zst
nixlib-2483ca4c6277e217f845bc3a76681122745dbc2e.zip
ocamlPackages.cohttp-mirage: init at 2.5.4
Diffstat (limited to 'pkgs/top-level')
-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 c3dbb3be2575..84a651e891ef 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -146,6 +146,8 @@ let
 
     cohttp-lwt-unix = callPackage ../development/ocaml-modules/cohttp/lwt-unix.nix { };
 
+    cohttp-mirage = callPackage ../development/ocaml-modules/cohttp/mirage.nix { };
+
     conduit = callPackage ../development/ocaml-modules/conduit { };
 
     conduit-async = callPackage ../development/ocaml-modules/conduit/async.nix { };