Unverified Commit d0328678 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.ocaml-migrate-parsetree-2-1: use Dune 2

parent 7b6687a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ buildDunePackage rec {
   pname = "ocaml-migrate-parsetree";
   version = "2.1.0";

   useDune2 = true;

   minimumOCamlVersion = "4.02";

   src = fetchurl {