Skip to content

Commit 6ddc58d

Browse files
committed
pandoc 0.1.0 requires yojson 2.0.0
This is where Yojson.Basic.t was introduced Failure: ``` === ERROR while compiling pandoc.0.1.0 =======================================# context 2.2.0~alpha3~dev | linux/x86_64 | ocaml-base-compiler.4.08.1 | file:///home/opam/opam-repository path ~/.opam/4.08/.opam-switch/build/pandoc.0.1.0 command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p pandoc -j 71 @install exit-code 1 env-file ~/.opam/log/pandoc-7-d4410c.env output-file ~/.opam/log/pandoc-7-d4410c.out File "/home/opam/.opam/4.08/lib/biniou/biniou.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. ocamlc src/.pandoc.objs/byte/pandoc.{cmi,cmti} (exit 2) (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.pandoc.objs/byte -I /home/opam/.opam/4.08/lib/biniou -I /home/opam/.opam/4.08/lib/easy-format -I /home/opam/.opam/4.08/lib/yojson -no-alias-deps -o src/.pandoc.objs/byte/pandoc.cmi -c -intf src/pandoc.mli) File "src/pandoc.mli", line 33, characters 23-37: 33 | | UnhandledInline of Yojson.Basic.t ^^^^^^^^^^^^^^ Error: Unbound type constructor Yojson.Basic.t ``` Signed-off-by: Marcello Seri <[email protected]>
1 parent cd93eb2 commit 6ddc58d

File tree

1 file changed

+1
-1
lines changed
  • packages/pandoc/pandoc.0.1.0

1 file changed

+1
-1
lines changed

packages/pandoc/pandoc.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-
"yojson" {>= "1.4.0"}
12+
"yojson" {>= "2.0.0"}
1313
]
1414
build: [
1515
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)