Skip to content

Commit bffb751

Browse files
authored
Fix cyclic dependency (#6)
1 parent ae24af0 commit bffb751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(synopsis "Collect activity as markdown")
1111
(depends
1212
(cmdliner (>= 1.1.1))
13-
(get-activity (= :version))))
13+
(get-activity-lib (= :version))))
1414

1515
(package
1616
(name get-activity-lib)

get-activity.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://github.com/tarides/get-activity/issues"
88
depends: [
99
"dune" {>= "2.8"}
1010
"cmdliner" {>= "1.1.1"}
11-
"get-activity" {= version}
11+
"get-activity-lib" {= version}
1212
"odoc" {with-doc}
1313
]
1414
build: [

0 commit comments

Comments
 (0)