Skip to content

Commit b09ba65

Browse files
committed
Add a dependency on the "result" package
This fixes a build error in switches where "result" is not installed, and makes it possible to build this project with dune package management. Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
1 parent bedb4ab commit b09ba65

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dune-project

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
(>= 0.9.8))
6464
(yojson
6565
(>= 2.0.2))
66+
(result
67+
(>= 1.5))
6668
;; Documentation
6769
(odoc :with-doc)
6870
;; Test/Dev dependencies

guardian.opam

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ depends: [
3131
"uri" {>= "4.2.0"}
3232
"uuidm" {>= "0.9.8"}
3333
"yojson" {>= "2.0.2"}
34+
"result" {>= "1.5"}
3435
"odoc" {with-doc}
3536
"alcotest-lwt" {with-test}
3637
]

0 commit comments

Comments
 (0)