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

ocamlPackages.pratter: use Dune 3

parent 543d5310
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ buildDunePackage rec {
  pname = "pratter";

  minimalOCamlVersion = "4.08";
  duneVersion = "3";

  src = fetchFromGitHub {
    owner = "gabrielhdt";