diff options
| author | Matias Goldfeld <[email protected]> | 2021-01-26 03:33:48 -0500 |
|---|---|---|
| committer | Matias Goldfeld <[email protected]> | 2021-01-26 03:33:48 -0500 |
| commit | a4afbc4c507419c5fd50c9403bc0bf6a53c92632 (patch) | |
| tree | c8d27cfc2fced85f634969b185d5f651c27915f2 /disml.opam | |
| parent | Add MRs to CI build (diff) | |
| download | disml-a4afbc4c507419c5fd50c9403bc0bf6a53c92632.tar.xz disml-a4afbc4c507419c5fd50c9403bc0bf6a53c92632.zip | |
Stated incompatability with new versions of decompress in disml.opam and made some small fixes to add compatability with new OCaml versions
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +version: "cbb1e47-dirty"
opam-version: "2.0"
name: "disml"
version: "0.2.5"
@@ -25,7 +26,7 @@ depends: [ "async_ssl" {>= "v0.11.0"}
"cohttp-async" {>= "1.2.0"}
"core" {>= "v0.11.3"}
- "decompress" {>= "0.8"}
+ "decompress" {<= "0.8.1"}
"odoc" {with-doc & >= "1.3.0"}
"ppx_deriving_yojson" {>= "3.3"}
"ppx_sexp_conv" {>= "v0.11.2"}
|