darioteixeira / lambdoc

Lambdoc is a library providing support for semantically complex documents in Ocsigen web applications
GNU General Public License v2.0
17 stars 1 forks source link

Please add version constraint for 'omd' #5

Closed edwintorok closed 9 years ago

edwintorok commented 9 years ago

opam 1.2 on ocaml 4.02.0 picked omd.0.7.5 (apparently an issue with solver preferences) and the build failed:

# File "lib/lambdoc_read_markdown_impl/mapper.ml", line 122, characters 4-11:
# Error: Unbound constructor Omd.Raw
# Command exited with code 2.
# Makefile:34: recipe for target 'all' failed

If I say opam install lambdoc omd then it correctly picks version 1.0.0 and the build succeeds. Please add a version constraint in lambdoc's opam file.

darioteixeira commented 9 years ago

Thanks for the report! Fixed by https://github.com/ocaml/opam-repository/pull/2756