Skip to content

Commit

Permalink
Weaken ppxlib lower bound to 0.9.0
Browse files Browse the repository at this point in the history
This gives the OCaml 4.08 AST with attr_name.
  • Loading branch information
sim642 committed Mar 11, 2022
1 parent d9b6ec8 commit c41d589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
(synopsis "View patterns in OCaml")
(description "Transformation for view patterns in OCaml. Attempts to imitate Haskell view patterns.")
(depends
(ppxlib (>= 0.17.0))
(ppxlib (>= 0.9.0))
(ounit2 :with-test)
(qcheck-ounit :with-test)))
2 changes: 1 addition & 1 deletion ppx_viewpattern.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/sim642/ppx_viewpattern"
bug-reports: "https://github.com/sim642/ppx_viewpattern/issues"
depends: [
"dune" {>= "2.8"}
"ppxlib" {>= "0.17.0"}
"ppxlib" {>= "0.9.0"}
"ounit2" {with-test}
"qcheck-ounit" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit c41d589

Please sign in to comment.