Skip to content

Commit

Permalink
Bump OCaml lower bound to 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed May 7, 2024
1 parent b0ef533 commit 5f9ed80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(name goblint)
(synopsis "Static analysis framework for C")
(depends
(ocaml (>= 4.10))
(ocaml (>= 4.14))
(goblint-cil (>= 2.0.3)) ; TODO no way to define as pin-depends? Used goblint.opam.template to add it for now. https://github.com/ocaml/dune/issues/3231. Alternatively, removing this line and adding cil as a git submodule and `(vendored_dirs cil)` as ./dune also works. This way, no more need to reinstall the pinned cil opam package on changes. However, then cil is cleaned and has to be rebuild together with goblint.
(batteries (>= 3.5.1))
(zarith (>= 1.10))
Expand Down
2 changes: 1 addition & 1 deletion goblint.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ doc: "https://goblint.readthedocs.io/en/latest/"
bug-reports: "https://github.com/goblint/analyzer/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.10"}
"ocaml" {>= "4.14"}
"goblint-cil" {>= "2.0.3"}
"batteries" {>= "3.5.1"}
"zarith" {>= "1.10"}
Expand Down
2 changes: 1 addition & 1 deletion gobview
Submodule gobview updated 2 files
+1 −1 dune-project
+1 −1 gobview.opam

0 comments on commit 5f9ed80

Please sign in to comment.