Skip to content

Commit

Permalink
angstrom-async is now 4.04 and higher, due to upstream Async constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Feb 3, 2019
1 parent 259f7f1 commit 470687c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ env:
- PACKAGE="angstrom-lwt-unix" DISTRO="ubuntu-lts" OCAML_VERSION="4.04"
- PACKAGE="angstrom-unix" DISTRO="ubuntu-lts" OCAML_VERSION="4.04"
- PACKAGE="angstrom" DISTRO="alpine" OCAML_VERSION="4.03"
- PACKAGE="angstrom-async" DISTRO="alpine" OCAML_VERSION="4.03"
- PACKAGE="angstrom-lwt-unix" DISTRO="alpine" OCAML_VERSION="4.03"
- PACKAGE="angstrom-unix" DISTRO="alpine" OCAML_VERSION="4.03"
- PACKAGE="angstrom" DISTRO="debian-unstable" OCAML_VERSION="4.03"
- PACKAGE="angstrom-async" DISTRO="debian-unstable" OCAML_VERSION="4.03"
- PACKAGE="angstrom-lwt-unix" DISTRO="debian-unstable" OCAML_VERSION="4.03"
- PACKAGE="angstrom-unix" DISTRO="debian-unstable" OCAML_VERSION="4.03"
2 changes: 1 addition & 1 deletion angstrom-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.04.1"}
"dune" {build & >= "1.0"}
"angstrom" {>= "0.7.0"}
"async" {>= "v0.10.0"}
Expand Down

0 comments on commit 470687c

Please sign in to comment.