Skip to content

Commit

Permalink
Remove {build} tag from dune in OPAM metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWindsor91 committed Nov 27, 2019
1 parent 48d73de commit 51a692c
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 @@ -19,6 +19,6 @@ inspired by Haskell's Traversable typeclass. It sits on top of Jane Street's
Base library and ecosystem.")
(depends
(ocaml (and (>= 4.07) (< 4.10)))
(dune (and :build (>= 2.0) (< 3.0)))
(dune (and (>= 2.0) (< 3.0)))
(ppx_jane (and (>= v0.12.0) (< v0.14.0)))
(base (and (>= v0.12.0) (< v0.14.0)))))
2 changes: 1 addition & 1 deletion travesty.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doc: "https://MattWindsor91.github.io/travesty/"
bug-reports: "https://github.com/MattWindsor91/travesty/issues"
depends: [
"ocaml" {>= "4.07" & < "4.10"}
"dune" {build & >= "2.0" & < "3.0"}
"dune" {>= "2.0" & < "3.0"}
"ppx_jane" {>= "v0.12.0" & < "v0.14.0"}
"base" {>= "v0.12.0" & < "v0.14.0"}
]
Expand Down

0 comments on commit 51a692c

Please sign in to comment.