ocamlPackages.dap: use dune 3

This commit is contained in:
Vincent Laporte 2022-12-17 15:57:28 +01:00 committed by Vincent Laporte
parent ebbb00a8a8
commit cbaeba7e44

View file

@ -5,13 +5,13 @@
buildDunePackage rec {
pname = "dap";
version = "1.0.6";
useDune2 = true;
duneVersion = "3";
src = fetchurl {
url = "https://github.com/hackwaly/ocaml-dap/releases/download/${version}/dap-${version}.tbz";
sha256 = "1zq0f8429m38a4x3h9n3rv7n1vsfjbs72pfi5902a89qwyilkcp0";
};
minimumOCamlVersion = "4.08";
minimalOCamlVersion = "4.08";
buildInputs = [
lwt_ppx