aboutsummaryrefslogtreecommitdiff
path: root/disml.opam
diff options
context:
space:
mode:
authorMatias Goldfeld <[email protected]>2021-01-26 03:33:48 -0500
committerMatias Goldfeld <[email protected]>2021-01-26 03:33:48 -0500
commita4afbc4c507419c5fd50c9403bc0bf6a53c92632 (patch)
treec8d27cfc2fced85f634969b185d5f651c27915f2 /disml.opam
parentAdd MRs to CI build (diff)
downloaddisml-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.opam3
1 files changed, 2 insertions, 1 deletions
diff --git a/disml.opam b/disml.opam
index 38d6bc5..4f35302 100644
--- a/disml.opam
+++ b/disml.opam
@@ -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"}