Skip to content

Commit 950eadb

Browse files
authored
Merge pull request ocaml#24796 from raphael-proust/fix-pandoc-zero-one-zero
Fix version constraints of pandoc in preparation for the release of 0.2.0
2 parents b36547c + dfc3064 commit 950eadb

File tree

4 files changed

+4
-4
lines changed
  • packages
    • pandoc-abbreviations/pandoc-abbreviations.0.1.0
    • pandoc-crossref/pandoc-crossref.0.1.0
    • pandoc-include/pandoc-include.0.1.0
    • pandoc-inspect/pandoc-inspect.0.1.0

4 files changed

+4
-4
lines changed

packages/pandoc-abbreviations/pandoc-abbreviations.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010
depends: [
1111
"dune" {>= "2.0"}
12-
"pandoc" {>= "0.1.0"}
12+
"pandoc" {= version}
1313
"ocaml" {>="4.04.0"} # due to String.split_on_char
1414
]
1515
build: [

packages/pandoc-crossref/pandoc-crossref.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010
depends: [
1111
"dune" {>= "2.0"}
12-
"pandoc" {>= "0.1.0"}
12+
"pandoc" {= version}
1313
]
1414
build: [
1515
["dune" "subst"] {dev}

packages/pandoc-include/pandoc-include.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010
depends: [
1111
"dune" {>= "2.0"}
12-
"pandoc" {>= "0.1.0"}
12+
"pandoc" {= version}
1313
]
1414
build: [
1515
["dune" "subst"] {dev}

packages/pandoc-inspect/pandoc-inspect.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010
depends: [
1111
"dune" {>= "2.0"}
12-
"pandoc" {>= "0.1.0"}
12+
"pandoc" {= version}
1313
]
1414
build: [
1515
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)