Skip to content

Commit

Permalink
Merge pull request ocaml#11401 from vasilisp/ot-os-constraints
Browse files Browse the repository at this point in the history
Tighten Ocsigen Start & Toolkit version constraints
  • Loading branch information
samoht committed Feb 15, 2018
2 parents 061f8bd + 71d10fa commit 951a81e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions packages/ocsigen-start/ocsigen-start.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ depends: [
"macaque" {>= "0.7.4"}
"safepass"
"ocsigen-i18n" {>= "3.1.0"}
"eliom" {>= "6.2"}
"ocsigen-toolkit" {>= "0.99"}
"eliom" {= "6.2.0"}
"ocsigen-toolkit" {>= "0.99" & <= "1.0.0"}
"yojson"
]
depexts: [
[["debian"] ["imagemagick"]]
[["debian"] ["ruby-sass"]]
[["debian"] ["postgresql"]]
[["debian"] ["npm"]]
[["ubuntu"] ["imagemagick"]]
[["ubuntu"] ["ruby-sass"]]
[["ubuntu"] ["postgresql"]]
Expand Down
2 changes: 1 addition & 1 deletion packages/ocsigen-toolkit/ocsigen-toolkit.0.99/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build: [ make ]
install: [ make "install" ]
remove: [ make "uninstall" ]
depends: [
"eliom" {>= "6.0"}
"eliom" {>= "6.0.0" & <= "6.2.0"}
"calendar"
]
available: [ ocaml-version >= "4.02" ]
2 changes: 1 addition & 1 deletion packages/ocsigen-toolkit/ocsigen-toolkit.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build: [ make ]
install: [ make "install" ]
remove: [ make "uninstall" ]
depends: [
"eliom" {>= "6.0"}
"eliom" {>= "6.0.0" & <= "6.2.0"}
"calendar"
]
available: [ ocaml-version >= "4.02" ]

0 comments on commit 951a81e

Please sign in to comment.