From 8e79cb49eeeeec541fcb62d920457b136edc25f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Wed, 3 Apr 2024 14:40:28 +0200 Subject: [PATCH] We don't need to pin yocaml anymore --- reynir-www.opam | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/reynir-www.opam b/reynir-www.opam index 3a8c4da..17f22a7 100644 --- a/reynir-www.opam +++ b/reynir-www.opam @@ -31,13 +31,3 @@ depends: [ "yocaml_jingoo" "yocaml_cmark" ] - -pin-depends: [ - ["yocaml.dev" "git+https://github.com/xhtmlboi/yocaml.git"] - ["yocaml_unix.dev" "git+https://github.com/xhtmlboi/yocaml.git"] - ["yocaml_yaml.dev" "git+https://github.com/xhtmlboi/yocaml.git"] - #["yocaml_markdown.dev" "git+https://github.com/xhtmlboi/yocaml.git"] - ["yocaml_jingoo.dev" "git+https://github.com/xhtmlboi/yocaml.git"] - ["yocaml_git.dev" "git+https://github.com/xhtmlboi/yocaml.git"] - ["yocaml_cmark.dev" "git+https://github.com/xhtmlboi/yocaml.git"] -]