Skip to content

Commit a9b8ac1

Browse files
committed
Add missing re lower bound in opam-compiler 0.1.0 and 0.1.1
1 parent 0978bfc commit a9b8ac1

File tree

2 files changed

+2
-2
lines changed
  • packages/opam-compiler
    • opam-compiler.0.1.0
    • opam-compiler.0.1.1

2 files changed

+2
-2
lines changed

packages/opam-compiler/opam-compiler.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"cmdliner" {< "1.1.0"}
1515
"github-unix"
1616
"lwt_ssl"
17-
"re"
17+
"re" {>= "1.5.0"}
1818
"lwt" {< "5.7.0"}
1919
"alcotest" {>= "1.2.0" & with-test}
2020
]

packages/opam-compiler/opam-compiler.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"cmdliner" {< "1.1.0"}
1515
"github-unix"
1616
"lwt_ssl"
17-
"re"
17+
"re" {>= "1.5.0"}
1818
"lwt" {< "5.7.0"}
1919
"alcotest" {>= "1.2.0" & with-test}
2020
]

0 commit comments

Comments
 (0)