ocamlPackages.ocaml-monadic: use dune 2
This commit is contained in:
parent
5c5d3d6fee
commit
fc20aedc9e
@ -6,6 +6,8 @@ buildDunePackage rec {
|
||||
pname = "ocaml-monadic";
|
||||
version = "0.4.1";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zepalmer";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user