From 74fc12d79fb155bc33c72a7d754861161235049b Mon Sep 17 00:00:00 2001 From: vi Date: Thu, 27 Aug 2015 22:21:18 +0800 Subject: [PATCH] Weaken "base" bounds to >= 4.6 --- https-everywhere-rules-raw.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/https-everywhere-rules-raw.cabal b/https-everywhere-rules-raw.cabal index 2407cfc..7c73de4 100644 --- a/https-everywhere-rules-raw.cabal +++ b/https-everywhere-rules-raw.cabal @@ -33,7 +33,7 @@ library other-modules: Paths_https_everywhere_rules_raw build-depends: - base >= 4.7 && < 4.8, + base >= 4.6, directory >= 1.2 && < 1.3, filepath >= 1.3 && < 1.4, text >= 1.1 && < 1.3,