Skip to content

dependencies prevent bap + core-lwt install #1

Open
@dbrumley

Description

When trying to install core-lwt with ocaml 4.03.0:

  • core-lwt -> core_kernel < v0.9.0 -> sexplib < 113.25.00
  • bap -> core_kernel >= v0.9

When compiling with core_kernel v0.9.0 and lwt 3.1.0 installed:

File "lib/core_lwt_basic.ml", line 4, characters 19-165:
Error: Signature mismatch:
       ...
       Values do not match:
         val bind : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
       is not included in
         val bind : 'a t -> f:('a -> 'b t) -> 'b t
       File "lib/core_lwt_basic.ml", line 7, characters 8-12:
         Actual declaration

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions