about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-02-18 10:22:14 +0100
committersternenseemann <git@lukasepple.de>2017-02-18 10:22:14 +0100
commit589d0ec3af66ecdd7e05617e4c9c0411738de581 (patch)
tree6f0141019a94ccec033cc258eca784bd314f1c31
parent1818881816b1d5b10d711696581608c497b3abfb (diff)
Fix opam file
-rw-r--r--opam3
1 files changed, 1 insertions, 2 deletions
diff --git a/opam b/opam
index 472d4d4..02e6295 100644
--- a/opam
+++ b/opam
@@ -7,7 +7,7 @@ license: "ISC"
 dev-repo: "https://sternen.space/ocaml/logbook.git"
 bug-reports: "https://sternen.space/ocaml/logbook/issues"
 tags: []
-available: [ ocaml-version >= "4.01.0"]
+available: [ ocaml-version >= "4.02.0" ]
 depends: [
   "ocamlfind" {build}
   "ocamlbuild" {build}
@@ -22,4 +22,3 @@ depopts: []
 build: [
   "ocaml" "pkg/pkg.ml" "build"
           "--pinned" pinned ]
-available: [ ocaml-version >= "4.02.0" ]