Skip to content

Commit

Permalink
Fix rules for reason under with-test (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 24, 2023
1 parent 9a06c86 commit dad2ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@
(ocaml
(>= 4.13.0))
(reason
(or
(>= 3.6.0)
(and
(= 3.9.0 :with-test))))
(>= 3.9.0))
(ppxlib
(>= 0.28.0))
(merlin :with-test)))
2 changes: 1 addition & 1 deletion reason-react-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bug-reports: "https://github.com/reasonml/reason-react/issues"
depends: [
"dune" {>= "3.8"}
"ocaml" {>= "4.13.0"}
"reason" {>= "3.6.0" | "3.9.0" = with-test}
"reason" {>= "3.9.0"}
"ppxlib" {>= "0.28.0"}
"merlin" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit dad2ee3

Please sign in to comment.