diff options
| author | Adelyn Breedlove <[email protected]> | 2019-03-02 20:10:17 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-03-02 20:10:17 -0700 |
| commit | d64669609ac682a0f394d505a0e7444189240a80 (patch) | |
| tree | bb75e472d038943ef4b87bf16e066ba41ccd2259 | |
| parent | Hopefully fix the dependency (diff) | |
| download | disml-d64669609ac682a0f394d505a0e7444189240a80.tar.xz disml-d64669609ac682a0f394d505a0e7444189240a80.zip | |
I love this
| -rw-r--r-- | disml.opam | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ depends: [ "ocaml" {>= "4.04.1"}
"dune" {build & >= "1.3.0"}
"lwt_ssl" {>= "1.1.2"}
- "cohttp-lwt" {>= "2.0.0"}
+ "cohttp" {>= "2.0.0"}
"base" {>= "v0.11.1"}
"decompress" {>= "0.8"}
"odoc" {with-doc & >= "1.3.0"}
|