ocamlPackages.angstrom: use Dune 2

This commit is contained in:
Vincent Laporte
2020-12-01 22:02:51 +01:00
committed by Vincent Laporte
parent 38a91dff4d
commit 9e66b4e873
4 changed files with 6 additions and 4 deletions
@@ -3,7 +3,7 @@
buildDunePackage rec {
pname = "angstrom-async";
inherit (angstrom) version src;
inherit (angstrom) version useDune2 src;
minimumOCamlVersion = "4.04.1";