Skip to content

Commit

Permalink
Require dune 1.8 for let+ syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfe committed Jan 12, 2020
1 parent 21fe904 commit 2d9331d
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dune-project
@@ -1,3 +1,3 @@
(lang dune 1.5)
(lang dune 1.8)
(name irmin)
(using fmt 1.0)
2 changes: 1 addition & 1 deletion irmin-chunk.opam
Expand Up @@ -14,7 +14,7 @@ build: [

depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {>= "2.0.0"}
"lwt"
"irmin-mem" {with-test & >= "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-fs.opam
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {>= "2.0.0"}
"irmin-test" {with-test & >= "2.0.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion irmin-git.opam
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {= version}
"git" {>= "2.1.1"}
"digestif" {>= "0.7.3"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-graphql.opam
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {>= "2.0.0"}
"graphql" {>= "0.13.0"}
"graphql-lwt" {>= "0.13.0"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-http.opam
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"crunch" {>= "2.2.0"}
"webmachine" {>= "0.6.0"}
"irmin" {>= "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-mem.opam
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {>= "2.0.0"}
"irmin-test" {with-test}
]
Expand Down
2 changes: 1 addition & 1 deletion irmin-mirage-git.opam
Expand Up @@ -13,7 +13,7 @@ build: [
]

depends: [
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin-mirage"
"irmin-git" {>= "2.0.0"}
"git-mirage" {>= "2.1.2"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-mirage-graphql.opam
Expand Up @@ -13,7 +13,7 @@ build: [
]

depends: [
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin-mirage"
"git-mirage" {>= "2.1.1"}
"irmin-graphql"
Expand Down
2 changes: 1 addition & 1 deletion irmin-mirage.opam
Expand Up @@ -13,7 +13,7 @@ build: [
]

depends: [
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {>= "2.0.0"}
"irmin-mem" {>= "2.0.0"}
"ptime"
Expand Down
2 changes: 1 addition & 1 deletion irmin-pack.opam
Expand Up @@ -14,7 +14,7 @@ build: [

depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {>= "2.0.0"}
"index" {>= "1.0.1"}
"lwt"
Expand Down
2 changes: 1 addition & 1 deletion irmin-test.opam
Expand Up @@ -14,7 +14,7 @@ build: [

depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {>= "2.0.0"}
"alcotest"
"mtime" {>= "1.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-unix.opam
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.01.0"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"irmin" {>= "2.0.0"}
"irmin-mem" {>= "2.0.0"}
"irmin-git" {>= "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion irmin.opam
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.1.0"}
"dune" {>= "1.8.0"}
"fmt" {>= "0.8.0"}
"uri" {>= "1.3.12"}
"jsonm" {>= "1.0.0"}
Expand Down
1 change: 1 addition & 0 deletions ppx_irmin.opam
Expand Up @@ -17,6 +17,7 @@ run-test: [
depends: [
"dune"
"ocaml" {>= "4.06.0"}
"ocaml-syntax-shims"
"ppxlib" {= "0.9.0"}
]

Expand Down
1 change: 1 addition & 0 deletions src/ppx_irmin/lib/dune
@@ -1,4 +1,5 @@
(library
(name ppx_irmin_lib)
(public_name ppx_irmin._lib)
(preprocess future_syntax)
(libraries ppxlib))

0 comments on commit 2d9331d

Please sign in to comment.