Skip to content

Commit 9470a53

Browse files
committed
use {=version} in opam files
1 parent 71c87ee commit 9470a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reparse-lwt-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.10.0"}
1313
"lwt" {>= "5.4.1"}
1414
"cstruct" {>= "6.0.0"}
15-
"reparse" {>= "3.0.0"}
15+
"reparse" {= version}
1616
"odoc" {with-doc}
1717
]
1818
build: [

reparse-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.10.0"}
1313
"lwt" {>= "5.4.1"}
1414
"cstruct" {>= "6.0.0"}
15-
"reparse" {>= "3.0.0"}
15+
"reparse" {= version}
1616
"odoc" {with-doc}
1717
]
1818
build: [

0 commit comments

Comments
 (0)