Commit d51f719
committed
mirage-fs-lwt needs the right version of mirage-kv
Otherwise it fails with:
```
#=== ERROR while compiling mirage-fs-lwt.1.2.0 ==============================#
# context 2.1.3 | macos/arm64 | ocaml.4.14.0 | https://opam.ocaml.org#789990a7
# path ~/git/mirage-fs/_opam/.opam-switch/build/mirage-fs-lwt.1.2.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p mirage-fs-lwt -j 9
# exit-code 1
# env-file ~/.opam/log/mirage-fs-lwt-59934-a1bb9e.env
# output-file ~/.opam/log/mirage-fs-lwt-59934-a1bb9e.out
### output ###
# Error: The implementation lwt/mirage_fs_lwt.ml
# [...]
# (page_aligned_buffer list, error) Result.result Lwt.t
# Type
# (FS.page_aligned_buffer list,
# [> `FS of FS.error | `Unknown_key of string ])
# result
# is not compatible with type
# (page_aligned_buffer list, error) Result.result
# File "src/mirage_kv.mli", lines 46-47, characters 2-47:
# Expected declaration
# File "lwt/mirage_fs_lwt.ml", line 44, characters 6-10:
# Actual declaration
```1 parent 43331ec commit d51f719
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments