From 6cd163f2d5e2b32d7b30aac71415ad3e2fcf90ac Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 2 Mar 2019 16:57:10 +0100 Subject: [PATCH] update opam with mirage-block dependency --- tar-mirage.opam | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tar-mirage.opam b/tar-mirage.opam index 1a71dac..84e080f 100644 --- a/tar-mirage.opam +++ b/tar-mirage.opam @@ -11,13 +11,14 @@ depends: [ "tar" "cstruct" {>= "1.9.0"} "re" {>="1.7.2"} - "mirage-block-unix" {with-test & >= "2.5.0"} + "mirage-block" + "mirage-block-lwt" "mirage-kv" {>= "2.0.0"} "mirage-kv-lwt" {>= "2.0.0"} "lwt" "io-page" "ptime" - "mirage-block-unix" {with-test} + "mirage-block-unix" {with-test & >= "2.5.0"} "io-page-unix" {with-test} "ounit" {with-test} "tar-unix" {with-test}