Skip to content

Commit e1d5fa6

Browse files
authored
Merge pull request #157 from Blaisorblade/patch-1
elpi.opam: depend on OCaml 4.08
2 parents 7d0e50a + b944214 commit e1d5fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elpi.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [
1515
]
1616

1717
depends: [
18-
"ocaml" {>= "4.07.0" }
18+
"ocaml" {>= "4.08.0" }
1919
"stdlib-shims"
2020
"ppxlib" {>= "0.12.0" }
2121
"menhir" {>= "20211230" }

0 commit comments

Comments
 (0)