Skip to content

Commit

Permalink
Dream alpha2: drop ppxlib constraints
Browse files Browse the repository at this point in the history
Now that ppxlib 0.21.1 and 0.22.1 are out, the constraints are no longer
necessary. They were meant to exclude 0.21.0 and 0.22.0, but it should
be enough to just rely on the .1 versions being installed, in most
cases.
  • Loading branch information
aantron committed Jun 15, 2021
1 parent 5247d73 commit d9c6ca9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/dream/dream.1.0.0~alpha2/opam
Expand Up @@ -91,14 +91,9 @@ depends: [
"psq" # h2.
"result" # http/af, websocket/af.

# https://github.com/ocaml-ppx/ppxlib/issues/221.
# esy appears to ignore conflicts.
"ppxlib" {< "0.21.0" | > "0.22.0"}

# Testing, development.
"alcotest" {with-test}
# Commented out because of https://github.com/ocaml-ppx/ppxlib/issues/221.
# "bisect_ppx" {with-test & >= "2.5.0"} # --instrument-with.
"bisect_ppx" {with-test & >= "2.5.0"} # --instrument-with.
"caqti-driver-sqlite3" {with-test}
"crunch" {with-test}
"lambdasoup" {with-test}
Expand Down

0 comments on commit d9c6ca9

Please sign in to comment.