this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25851 from kit-ty-kate/fix-301

pa_monad_custom is not compatible with OCaml 5.0 (uses String.lowercase)

authored by

Anil Madhavapeddy and committed by
GitHub
22142844 4078950e

+1 -1
+1 -1
packages/pa_monad_custom/pa_monad_custom.v6.0.0/opam
··· 5 5 ["ocaml" "setup.ml" "-build"] 6 6 ] 7 7 remove: [["ocamlfind" "remove" "monad-custom"]] 8 - depends: ["ocaml" "camlp4" "ocamlfind"] 8 + depends: ["ocaml" {< "5.0"} "camlp4" "ocamlfind"] 9 9 install: ["ocaml" "setup.ml" "-install"] 10 10 synopsis: "Syntactic Sugar for Monads" 11 11 flags: light-uninstall