fix up dune test dependency for opam

This commit is contained in:
Rijnard van Tonder 2021-04-07 20:58:37 -07:00
parent bb8a9de5a5
commit d51056cfae
5 changed files with 5 additions and 2 deletions

View File

@ -30,7 +30,7 @@ depends: [
"conf-zlib" {os = "linux"}
"angstrom" {>= "0.15.0"}
"cohttp-lwt-unix"
"comby-kernel"
"comby-kernel" {= "1.4.1"}
"conduit-lwt-unix"
"core"
"hack_parallel" {arch != "arm32" & arch != "arm64"}

View File

@ -1,2 +1,2 @@
(lang dune 2.7)
(lang dune 2.8)
(name comby)

View File

@ -1,5 +1,6 @@
(library
(name alpha_test_integration)
(package comby)
(modules
test_custom_metasyntax
test_optional_holes

View File

@ -1,5 +1,6 @@
(library
(name common_test_integration)
(package comby)
(modules
test_helpers
test_extract_regex

View File

@ -1,5 +1,6 @@
(library
(name omega_test_integration)
(package comby)
(modules
;
; TODO