From 659dc4689355a5881acc2e037090d75391c673bb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Mar 2018 16:08:00 +0200 Subject: [PATCH] Relax upper bound on Cabal --- http-api-data.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-api-data.cabal b/http-api-data.cabal index d661e05..39f4238 100644 --- a/http-api-data.cabal +++ b/http-api-data.cabal @@ -29,7 +29,7 @@ tested-with: custom-setup setup-depends: base >= 4.7 && <4.11, - Cabal >= 1.18 && <2.1, + Cabal >= 1.18 && <2.3, cabal-doctest >=1.0.6 && <1.1 flag use-text-show