ocamlPackages.optint: use dune 2

Necessary for compatibility with OCaml 4.12 and all packages depending
on it use it anyways.
This commit is contained in:
sternenseemann 2021-03-06 12:37:32 +01:00 committed by Vincent Laporte
parent 1005b14672
commit 8b10d91d0c

View file

@ -9,6 +9,8 @@ buildDunePackage rec {
sha256 = "1a7gabxqmfvii8qnxq1clx43md2h9glskxhac8y8r0rhzblx3s1a";
};
useDune2 = true;
meta = {
homepage = "https://github.com/mirage/optint";
description = "Abstract type of integer between x64 and x86 architecture";