Skip to content

Commit 502b1ef

Browse files
committed
docfd: restrict to older lwd
1 parent 293aeff commit 502b1ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/docfd/docfd.0.3.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"spelll"
2020
"notty"
2121
"nottui"
22-
"lwd" {>= "0.2"}
22+
"lwd" {>= "0.2" & < "0.4"}
2323
"cmdliner" {>= "1.1.0"}
2424
"odoc" {with-doc}
2525
]

packages/docfd/docfd.0.5.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"spelll"
2020
"notty"
2121
"nottui"
22-
"lwd" {>= "0.2"}
22+
"lwd" {>= "0.2" & < "0.4"}
2323
"cmdliner" {>= "1.1.0"}
2424
"odoc" {with-doc}
2525
]

packages/docfd/docfd.0.6.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"spelll"
2020
"notty"
2121
"nottui"
22-
"lwd" {>= "0.2"}
22+
"lwd" {>= "0.2" & < "0.4"}
2323
"cmdliner" {>= "1.1.0"}
2424
"odoc" {with-doc}
2525
]

0 commit comments

Comments
 (0)