From 204c26eab122ba9dc1c5a0bf9a9bb5a3c3ff9bf2 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 9 Mar 2018 07:40:51 -0500 Subject: [PATCH] Bump upper-bound on http-types --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index a1738f4..79e6103 100644 --- a/package.yaml +++ b/package.yaml @@ -24,7 +24,7 @@ library: - hoauth2 >=1.3.0 && <1.6 - http-client >=0.4.0 && <0.6 - http-conduit >=2.0 && <3.0 - - http-types >=0.8 && <0.10 + - http-types >=0.8 && <0.13 - microlens - random - safe-exceptions