Skip to content

Commit b050d18

Browse files
committed
refine ocaml versions in sfml
1 parent 598a9b0 commit b050d18

File tree

2 files changed

+2
-2
lines changed
  • packages/sfml

2 files changed

+2
-2
lines changed

packages/sfml/sfml.0.09.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This version of the bindings is known to work with SFML 2.5.1
2424
tags: [ "bindings" "graphics" "audio" "multimedia" "gamedev" "opengl" "network" ]
2525

2626
depends: [
27-
"ocaml"
27+
"ocaml" {> "4.05.1"}
2828
"ocamlfind" {build}
2929
"conf-sfml2"
3030
]

packages/sfml/sfml.0.09/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This version of the bindings is known to work with SFML 2.5.1
2424
tags: [ "bindings" "graphics" "audio" "multimedia" "gamedev" "opengl" "network" ]
2525

2626
depends: [
27-
"ocaml" {> "4.05" & < "4.12"}
27+
"ocaml" {> "4.05.1" & < "4.12.1"}
2828
"ocamlfind" {build}
2929
"conf-sfml2"
3030
]

0 commit comments

Comments
 (0)