Skip to content

Commit

Permalink
Reason 3.8.x releases support recent OCaml
Browse files Browse the repository at this point in the history
Cherry-picked from #229.
  • Loading branch information
beajeanm authored and aantron committed May 11, 2023
1 parent 006196f commit 14093e1
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:

- run: opam depext --yes conf-postgresql
- run: opam depext --yes conf-libev
# Needed until https://github.com/reasonml/reason/pull/2660 is in opam.
- run: opam pin add reason --yes --no-action --dev-repo

# The tests require ppx_expect. The latest versions of it introduced changes
# in the formatting of the output, and also require OCaml >= 4.10, which
Expand Down
2 changes: 1 addition & 1 deletion example/r-fullstack-melange/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@opam/conf-libssl": "3",
"@opam/dream": "1.0.0~alpha5",
"@opam/dune": "^3.0",
"@opam/reason": "^3.7.0",
"@opam/reason": "^3.8.0",
"melange": "melange-re/melange",
"ocaml": "^4.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion example/r-graphql/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@opam/conf-libssl": "3",
"@opam/dream": "1.0.0~alpha5",
"@opam/dune": "^3.0",
"@opam/reason": "^3.7.0",
"@opam/reason": "^3.8.0",
"ocaml": "^4.14.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/r-hello/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@opam/conf-libssl": "3",
"@opam/dream": "1.0.0~alpha5",
"@opam/dune": "^3.0",
"@opam/reason": "^3.7.0",
"@opam/reason": "^3.8.0",
"ocaml": "^4.14.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/r-template-logic/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@opam/conf-libssl": "3",
"@opam/dream": "1.0.0~alpha5",
"@opam/dune": "^3.0",
"@opam/reason": "^3.7.0",
"@opam/reason": "^3.8.0",
"ocaml": "^4.14.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/r-template-stream/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@opam/conf-libssl": "3",
"@opam/dream": "1.0.0~alpha5",
"@opam/dune": "^3.0",
"@opam/reason": "^3.7.0",
"@opam/reason": "^3.8.0",
"ocaml": "^4.14.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/r-template/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@opam/conf-libssl": "3",
"@opam/dream": "1.0.0~alpha5",
"@opam/dune": "^3.0",
"@opam/reason": "^3.7.0",
"@opam/reason": "^3.8.0",
"ocaml": "^4.14.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/r-tyxml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To get this, we depend on package `tyxml-jsx` in
"dependencies": {
"@opam/dream": "1.0.0~alpha4",
"@opam/dune": "^2.0",
"@opam/reason": "^3.7.0",
"@opam/reason": "^3.8.0",
"@opam/tyxml": "*",
<b>"@opam/tyxml-jsx": "*",</b>
"ocaml": "4.12.x"
Expand Down
2 changes: 1 addition & 1 deletion example/r-tyxml/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@opam/conf-libssl": "3",
"@opam/dream": "1.0.0~alpha5",
"@opam/dune": "^3.0",
"@opam/reason": "^3.7.0",
"@opam/reason": "^3.8.0",
"@opam/tyxml": "*",
"@opam/tyxml-jsx": "*",
"ocaml": "^4.14.0"
Expand Down
2 changes: 1 addition & 1 deletion example/z-playground/opam-switch
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ installed: [
"psq.0.2.0"
"ptime.0.8.6"
"re.1.10.3"
"reason.3.7.0"
"reason.3.8.0"
"result.1.5"
"rresult.0.7.0"
"seq.base"
Expand Down

0 comments on commit 14093e1

Please sign in to comment.