From 8fa583f9016da2fb8337ad8d6be4bc14b83b1e5a Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 8 Dec 2017 11:42:49 +1100 Subject: [PATCH] Bump upper bound of either. --- airship.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airship.cabal b/airship.cabal index 4debe65..d3e256b 100644 --- a/airship.cabal +++ b/airship.cabal @@ -2,7 +2,7 @@ name: airship synopsis: A Webmachine-inspired HTTP library homepage: https://github.com/helium/airship/ Bug-reports: https://github.com/helium/airship/issues -version: 0.9.1 +version: 0.9.2 license: MIT license-file: LICENSE author: Reid Draper and Patrick Thomson @@ -51,7 +51,7 @@ library , containers , cryptohash == 0.11.* , directory - , either >= 4.3 && < 4.6 + , either >= 4.3 && < 6.0 , filepath >= 1.3 && < 1.5 , http-date , http-media