Skip to content

Commit

Permalink
Fix opam files manually
Browse files Browse the repository at this point in the history
There is a bug with dune and the generated opam files have listed dune
versions twice.
  • Loading branch information
joseferben committed Nov 4, 2020
1 parent c51e278 commit f52f74f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sihl-email.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"dune" {>= "2.7" & >= "2.7"}
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"sihl" {= version}
"letters" {>= "0.2.0"}
Expand Down
2 changes: 1 addition & 1 deletion sihl-queue.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"dune" {>= "2.7" & >= "2.7"}
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"sihl" {= version}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion sihl-storage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"dune" {>= "2.7" & >= "2.7"}
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"sihl" {= version}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion sihl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/oxidizing/sihl"
doc: "https://oxidizing.github.io/sihl/"
bug-reports: "https://github.com/oxidizing/sihl/issues"
depends: [
"dune" {>= "2.7" & >= "2.7"}
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"lwt" {>= "5.3.0"}
"opium" {>= "0.17.1"}
Expand Down

0 comments on commit f52f74f

Please sign in to comment.