Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit d47f825

Browse files
committed
chore: require only dune 1.1 again
1 parent 4b050bb commit d47f825

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bigstring-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
1414
]
1515
depends: [
16-
"dune" {>= "1.11"}
16+
"dune" {>= "1.1"}
1717
"bigstring"
1818
"base-bigarray"
1919
"base-bytes"

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
(lang dune 1.11)
1+
(lang dune 1.1)
22
(name bigstring)

src/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
(modules Configure))
44

55
(rule
6-
(target bigstring_compat.ml)
7-
(action (with-stdout-to %{target}
6+
(targets bigstring_compat.ml)
7+
(action (with-stdout-to %{targets}
88
(run ./configure.bc))))
99

1010
(library

0 commit comments

Comments
 (0)