From 236d0f4b10cf8c7c7852560eab3f5df83c5494a5 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sun, 23 Aug 2020 13:36:48 -0400 Subject: [PATCH] Tighten upper bound on hauth2 We need to avoid 1.9, where authGetBS changes type. This was the case until 0036d5f, where it was changed unintentionally. Fixes #135. --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index 59bdb1f..be455ba 100644 --- a/package.yaml +++ b/package.yaml @@ -26,7 +26,7 @@ library: - bytestring >=0.9.1.4 - cryptonite - errors - - hoauth2 >=1.7.0 && <1.15 + - hoauth2 >=1.7.0 && <1.9 - http-client >=0.4.0 && <0.7 - http-conduit >=2.0 && <3.0 - http-types >=0.8 && <0.13