Unverified Commit 543d5310 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.iter: use Dune 3

parent 1c09f02c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ buildDunePackage rec {
  pname = "iter";
  version = "1.6";

  duneVersion = "3";

  src = fetchFromGitHub {
    owner = "c-cube";
    repo = pname;