Skip to content

Commit

Permalink
mirage-fs-unix: older ones need cstruct.lwt so constrain
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Mar 30, 2019
1 parent 0f632d1 commit 6492166
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/mirage-fs-unix/mirage-fs-unix.1.1.0/opam
Expand Up @@ -7,7 +7,7 @@ build: make
remove: ["ocamlfind" "remove" "mirage-fs-unix"]
depends: [
"ocaml" {= "0"}
"cstruct" {>= "0.8.1"}
"cstruct" {>= "0.8.1" & < "3.4.0"}
"ocamlfind"
"lwt" {>= "2.4.3"}
"mirage-types" {>= "1.1.0" & < "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-fs-unix/mirage-fs-unix.1.1.1/opam
Expand Up @@ -7,7 +7,7 @@ build: make
remove: ["ocamlfind" "remove" "mirage-fs-unix"]
depends: [
"ocaml" {>= "4.01.0" & < "4.06.0"}
"cstruct" {>= "0.8.1"}
"cstruct" {>= "0.8.1" & < "3.4.0"}
"ocamlfind" {build}
"camlp4"
"lwt" {>= "2.4.3" & < "4.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-fs-unix/mirage-fs-unix.1.1.2/opam
Expand Up @@ -7,7 +7,7 @@ build: make
remove: ["ocamlfind" "remove" "mirage-fs-unix"]
depends: [
"ocaml" {>= "4.01.0" & < "4.06.0"}
"cstruct" {>= "0.8.1"}
"cstruct" {>= "0.8.1" & < "3.4.0"}
"ocamlfind" {build}
"camlp4"
"lwt" {>= "2.4.3" & < "4.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-fs-unix/mirage-fs-unix.1.1.3/opam
Expand Up @@ -7,7 +7,7 @@ build: make
remove: ["ocamlfind" "remove" "mirage-fs-unix"]
depends: [
"ocaml" {>= "4.01.0" & < "4.06.0"}
"cstruct" {>= "1.4.0"}
"cstruct" {>= "1.4.0" & < "3.4.0"}
"ocamlfind" {build}
"camlp4"
"lwt" {>= "2.4.3" & < "4.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-fs-unix/mirage-fs-unix.1.1.4/opam
Expand Up @@ -18,7 +18,7 @@ depends: [
"ocamlbuild" {build}
"lwt" {< "4.0.0"}
"camlp4"
"cstruct" {>= "1.4.0"}
"cstruct" {>= "1.4.0" & < "3.4.0"}
"mirage-types-lwt" {< "3.0.0"}
"cstruct-lwt"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-fs-unix/mirage-fs-unix.1.2.0/opam
Expand Up @@ -19,7 +19,7 @@ depends: [
"ocaml" {>= "4.01.0" & < "4.06.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"cstruct" {>= "1.4.0"}
"cstruct" {>= "1.4.0" & < "3.4.0"}
"cstruct-lwt"
"lwt" {< "4.0.0"}
"mirage-types-lwt" {< "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-fs-unix/mirage-fs-unix.1.2.1/opam
Expand Up @@ -18,7 +18,7 @@ remove: ["ocamlfind" "remove" "mirage-fs-unix"]
depends: [
"ocaml" {>= "4.02.3" & < "4.06.0"}
"ocamlfind" {build}
"cstruct" {>= "1.4.0"}
"cstruct" {>= "1.4.0" & < "3.4.0"}
"mirage-types-lwt" {< "3.0.0"}
"mirage-clock-unix" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-fs-unix/mirage-fs-unix.1.3.0/opam
Expand Up @@ -19,7 +19,7 @@ depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"cstruct" {>= "1.4.0"}
"cstruct" {>= "1.4.0" & < "3.4.0"}
"mirage-kv-lwt" {>= "1.0.0" & < "2.0.0"}
"mirage-fs-lwt" {>= "1.0.0"}
"lwt"
Expand Down

0 comments on commit 6492166

Please sign in to comment.