diff --git a/dune-project b/dune-project index 9d7ca50b..4d2b9186 100644 --- a/dune-project +++ b/dune-project @@ -50,8 +50,6 @@ (cmdliner (>= "1.2.0")) dune - (dune-glob - :with-test) (dolmen (= "0.10")) (dolmen_type @@ -102,6 +100,8 @@ :with-dev-setup) (core_unix :with-dev-setup) + (dune-glob + :with-dev-setup) (lwt :with-dev-setup) (mdx diff --git a/smtml.opam b/smtml.opam index 78c5abb9..399fac6b 100644 --- a/smtml.opam +++ b/smtml.opam @@ -21,7 +21,6 @@ depends: [ "bos" "cmdliner" {>= "1.2.0"} "dune" {>= "3.10"} - "dune-glob" {with-test} "dolmen" {= "0.10"} "dolmen_type" {= "0.10"} "dolmen_model" {= "0.10"} @@ -44,6 +43,7 @@ depends: [ "cohttp" {with-dev-setup} "cohttp-lwt-unix" {with-dev-setup} "core_unix" {with-dev-setup} + "dune-glob" {with-dev-setup} "lwt" {with-dev-setup} "mdx" {with-test} "owl" {with-dev-setup}