From b9a3cfcd1d751355c0cd2ff5097d7c9c698c0b0a Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Wed, 20 May 2020 07:47:55 -0700 Subject: [PATCH] Set upper bound on unliftio-core (#146) --- minio-hs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minio-hs.cabal b/minio-hs.cabal index e7097f3..f9cec6b 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -84,7 +84,7 @@ common base-settings , time >= 1.8 , transformers >= 0.5 , unliftio >= 0.2 - , unliftio-core >= 0.1 + , unliftio-core >= 0.1 && < 0.2 , unordered-containers >= 0.2 , xml-conduit >= 1.8