Skip to content

Commit

Permalink
cohttp-eio/ci: use ocaml 5.0.0~beta1 and eio >= 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Oct 14, 2022
1 parent b20cc4e commit c0a829d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- ocaml-variants.5.0.0+trunk
- ocaml-variants.5.0.0~beta1+options
local-packages:
- |
http.opam
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ eio-test:
dune runtest cohttp-eio

eio-shell: # nix-shell for eio dev
nix-shell -p gmp libev nmap
nix-shell -p gmp libev nmap curl
2 changes: 1 addition & 1 deletion cohttp-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "2.9"}
"base-domains"
"eio" {>= "0.4"}
"eio" {>= "0.6"}
"eio_main" {with-test}
"mdx" {with-test}
"uri" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ should also be fine under Windows too.
"A CoHTTP server and client implementation based on `eio` library. `cohttp-eio`features a multicore capable HTTP 1.1 server. The library promotes and is built with direct style of coding as opposed to a monadic.")
(depends
base-domains
(eio (>= 0.4))
(eio (>= 0.6))
(eio_main :with-test)
(mdx :with-test)
(uri :with-test)
Expand Down

0 comments on commit c0a829d

Please sign in to comment.