Skip to content

Commit

Permalink
opam: remove the 'build' directive on dune dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfe authored and pmetzger committed Oct 13, 2019
1 parent 361b4f7 commit e4f029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sedlex.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build: [
]
depends: [
"ocaml" {>= "4.02.3"}
"dune" {build & >= "1.8"}
"dune" {>= "1.8"}
"ppx_tools_versioned"
"ocaml-migrate-parsetree"
"gen"
Expand Down

0 comments on commit e4f029b

Please sign in to comment.