Commit cbaeba7e authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.dap: use dune 3

parent ebbb00a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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