aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2019-03-02 20:06:17 -0700
committerAdelyn Breedlove <[email protected]>2019-03-02 20:06:17 -0700
commite9bd2eaf33b2ae5b76af4efd14025f6f93e5bcb7 (patch)
tree9c7501c6ede4d3a3a09b11485256d2feca310cb8
parentMerge branch 'master' into lwt (diff)
downloaddisml-e9bd2eaf33b2ae5b76af4efd14025f6f93e5bcb7.tar.xz
disml-e9bd2eaf33b2ae5b76af4efd14025f6f93e5bcb7.zip
Hopefully fix the dependency
-rw-r--r--disml.opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/disml.opam b/disml.opam
index 7678beb..ff26a2c 100644
--- a/disml.opam
+++ b/disml.opam
@@ -22,7 +22,7 @@ depends: [
"ocaml" {>= "4.04.1"}
"dune" {build & >= "1.3.0"}
"lwt_ssl" {>= "1.1.2"}
- "cohttp-lwt" {>= "1.4.0"}
+ "cohttp-lwt" {>= "2.0.0"}
"base" {>= "v0.11.1"}
"decompress" {>= "0.8"}
"odoc" {with-doc & >= "1.3.0"}