ocamlPackages.paf-cohttp: fix build using cohttp-lwt_5_3
This commit is contained in:
@@ -1653,7 +1653,9 @@ let
|
||||
|
||||
paf = callPackage ../development/ocaml-modules/paf { };
|
||||
|
||||
paf-cohttp = callPackage ../development/ocaml-modules/paf/cohttp.nix { };
|
||||
paf-cohttp = callPackage ../development/ocaml-modules/paf/cohttp.nix {
|
||||
cohttp-lwt = cohttp-lwt_5_3;
|
||||
};
|
||||
|
||||
parany = callPackage ../development/ocaml-modules/parany { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user