From f63172e356081238f5e990f5273b8b550ef918d4 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 22 Oct 2017 12:35:05 +0300 Subject: [PATCH] Allow http-types-0.10 --- github.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github.cabal b/github.cabal index d6c2ac2c..06d8b7da 100644 --- a/github.cabal +++ b/github.cabal @@ -142,7 +142,7 @@ Library http-client >=0.4.8.1 && <0.6, http-client-tls >=0.2.2 && <0.4, http-link-header >=1.0.1 && <1.1, - http-types >=0.8.6 && <0.10, + http-types >=0.8.6 && <0.11, iso8601-time >=0.1.4 && <0.2, mtl >=2.1.3.1 && <2.3, network-uri >=2.6.0.3 && <2.7,