From 959c1927f57107dd88394c6684520d9adc210e90 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 1 Dec 2017 13:45:17 +1100 Subject: [PATCH] Bump upper bound on tasty-quickcheck --- airship.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airship.cabal b/airship.cabal index 56c78bb..4debe65 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.0 +version: 0.9.1 license: MIT license-file: LICENSE author: Reid Draper and Patrick Thomson @@ -84,7 +84,7 @@ test-suite unit , text == 1.2.* , bytestring >= 0.9.1 && < 0.11 , tasty >= 0.10.1 && < 0.12 - , tasty-quickcheck >= 0.8.3 && < 0.8.5 + , tasty-quickcheck >= 0.8.3 && < 0.10 , tasty-hunit >= 0.9.1 && < 0.10 , transformers , wai >= 3.0 && < 3.3