diff --git a/.jenkins.sh b/.jenkins.sh index 1f411d459..533b2dfc0 100644 --- a/.jenkins.sh +++ b/.jenkins.sh @@ -1,7 +1,5 @@ export ALCOTEST_SHOW_ERRORS=true -opam pin add --no-action markup https://github.com/aantron/markup.ml.git\#input-stream - opam pin add --no-action tyxml . opam pin add --no-action tyxml_ppx . diff --git a/tyxml_ppx.opam b/tyxml_ppx.opam index a224e624c..c5d971af9 100644 --- a/tyxml_ppx.opam +++ b/tyxml_ppx.opam @@ -11,7 +11,7 @@ dev-repo: "https://github.com/ocsigen/tyxml.git" build: ["ocamlfind" "query" "tyxml.ppx"] depends: [ "tyxml" - "markup" + "markup" {>= "0.7.2"} "ppx_tools" ] available: ocaml-version >= "4.02"