diff options
author | Stephane Glondu <steph@glondu.net> | 2013-07-26 14:16:26 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2013-07-26 14:16:26 +0200 |
commit | fa585afeaa4165e24d0933711703b1dd248e5f6b (patch) | |
tree | 5d3a65b1344625450abf4671e033a6cf7245ea71 /debian | |
parent | 794da2871ba5b67ccc4c3b1663b9c5f0996cc1c7 (diff) |
Compile with OCaml >= 4
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d314e2c3..019ef604 100644 --- a/debian/control +++ b/debian/control @@ -10,9 +10,9 @@ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.2.11~), dh-ocaml (>= 0.9.5~), - ocaml-nox (>= 3.11.1-3~), + ocaml-nox (>= 4), ocaml-best-compilers, - ocaml-findlib, + ocaml-findlib (>= 1.4), camlp5 (>= 5.12-2~), liblablgtk2-ocaml-dev (>= 2.14), texlive-latex-extra, |