bump minimum version of OCaml to 4.03, drop deps {result,uchar}

close #274
This commit is contained in:
Simon Cruanes 2019-12-10 19:56:54 -06:00
parent 0ef454c6dc
commit 30251e9426
6 changed files with 6 additions and 8 deletions

View file

@ -10,10 +10,9 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" { >= "4.03.0" }
"dune" { >= "1.1" }
"dune-configurator"
"result"
"uchar"
"seq"
"qtest" { with-test }
"qcheck" { with-test }
@ -23,7 +22,6 @@ depends: [
"uutf" { with-test }
"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
"odoc" { with-doc }
"ocaml" { >= "4.02.0" }
]
depopts: [
"base-unix"

View file

@ -59,4 +59,4 @@
CCMonomorphic)
(ocamlopt_flags
(:include ../flambda.flags))
(libraries result uchar seq containers.monomorphic))
(libraries seq containers.monomorphic))

View file

@ -5,4 +5,4 @@
(wrapped false)
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_)
(ocamlopt_flags :standard (:include ../flambda.flags))
(libraries result containers))
(libraries containers))

View file

@ -5,5 +5,5 @@
(wrapped false)
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)
(ocamlopt_flags :standard (:include ../flambda.flags))
(libraries result)
(libraries dune)
)

View file

@ -5,6 +5,6 @@
(wrapped false)
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)
(ocamlopt_flags :standard (:include ../flambda.flags))
(libraries result containers))
(libraries containers))
(ocamllex (modules CCSexp_lex))

View file

@ -6,5 +6,5 @@
(optional)
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)
(ocamlopt_flags :standard (:include ../flambda.flags))
(libraries result unix)
(libraries unix)
)