Skip to content

Commit 410d263

Browse files
committed
Fix Yocaml packages (prior to 1.0.x)
1 parent 0ad208c commit 410d263

File tree

8 files changed

+8
-8
lines changed
  • packages
    • yocaml_cmark/yocaml_cmark.1.0.0
    • yocaml_git/yocaml_git.1.0.0
    • yocaml_jingoo/yocaml_jingoo.1.0.0
    • yocaml_markdown/yocaml_markdown.1.0.0
    • yocaml_mustache/yocaml_mustache.1.0.0
    • yocaml_unix/yocaml_unix.1.0.0
    • yocaml_yaml/yocaml_yaml.1.0.0
    • yocaml/yocaml.1.0.0

8 files changed

+8
-8
lines changed

packages/yocaml/yocaml.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune" { >= "2.8" }
2323
"odoc" {with-doc}
2424
"alcotest" {with-test}
25-
"preface" { >= "1.0.0"}
25+
"preface" { = "1.0.0"}
2626
]
2727
conflicts: [
2828
"ocaml-variants" {= "4.12.0+domains+effects" | = "5.1.1+effect-syntax"}

packages/yocaml_cmark/yocaml_cmark.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"ocaml" { >= "4.14.0" }
2424
"dune" { >= "2.8" }
2525
"odoc" {with-doc}
26-
"preface" { >= "1.0.0" }
26+
"preface" { = "1.0.0" }
2727
"cmarkit"
2828
"yocaml" {= version}
2929
]

packages/yocaml_git/yocaml_git.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"ocaml" { >= "4.11.1" }
2424
"dune" { >= "2.8" }
2525
"odoc" {with-doc}
26-
"preface" { >= "1.0.0" }
26+
"preface" { = "1.0.0" }
2727
"lwt" { >= "5.4.2" }
2828
"git-kv" { >= "0.0.3" }
2929
"git-unix"

packages/yocaml_jingoo/yocaml_jingoo.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"ocaml" { >= "4.11.1" }
2424
"dune" { >= "2.8" }
2525
"odoc" {with-doc}
26-
"preface" { >= "1.0.0"}
26+
"preface" { = "1.0.0"}
2727
"jingoo" { >= "1.4.3" }
2828
"yocaml" {= version}
2929
]

packages/yocaml_markdown/yocaml_markdown.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"ocaml" { >= "4.11.1" }
2424
"dune" { >= "2.8" }
2525
"odoc" {with-doc}
26-
"preface" { >= "1.0.0" }
26+
"preface" { = "1.0.0" }
2727
"omd" { >= "1.3.1" }
2828
"yocaml" {= version}
2929
]

packages/yocaml_mustache/yocaml_mustache.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"ocaml" { >= "4.11.1" }
2424
"dune" { >= "2.8" }
2525
"odoc" {with-doc}
26-
"preface" { >= "1.0.0" }
26+
"preface" { = "1.0.0" }
2727
"mustache" { >= "3.1.0" }
2828
"yocaml" {= version}
2929
]

packages/yocaml_unix/yocaml_unix.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"ocaml" { >= "4.11.1" }
2424
"dune" { >= "2.8" }
2525
"odoc" {with-doc}
26-
"preface" { >= "1.0.0" }
26+
"preface" { = "1.0.0" }
2727
"cryptokit" { >= "1.16.1" }
2828
"logs" {>= "0.7.0" }
2929
"conduit-lwt" { >= "4.0.0" }

packages/yocaml_yaml/yocaml_yaml.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"ocaml" { >= "4.11.1" & < "5.3"}
2424
"dune" { >= "2.8" }
2525
"odoc" {with-doc}
26-
"preface" { >= "1.0.0" }
26+
"preface" { = "1.0.0" }
2727
"yaml" { >= "2.1.0" }
2828
"yocaml" {= version}
2929
"alcotest" {with-test}

0 commit comments

Comments
 (0)