From 663f9b61dcf05c075f804d8c0b760f001231d393 Mon Sep 17 00:00:00 2001 From: vi Date: Sun, 24 Aug 2014 23:52:28 +0800 Subject: [PATCH] Build dependencies: permit text-icu 0.8. --- https-everywhere-rules.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/https-everywhere-rules.cabal b/https-everywhere-rules.cabal index 467bbcf..2a5d57d 100644 --- a/https-everywhere-rules.cabal +++ b/https-everywhere-rules.cabal @@ -43,7 +43,7 @@ library string-conversions >= 0.3 && < 0.4, taggy-lens >= 0.1 && < 0.2, text >= 1.1 && < 1.2, - text-icu >= 0.6 && < 0.7, + text-icu >= 0.6 && < 0.8, https-everywhere-rules-raw hs-source-dirs: src @@ -68,7 +68,7 @@ test-suite spec string-conversions >= 0.3 && < 0.4, taggy-lens >= 0.1 && < 0.2, text >= 1.1 && < 1.2, - text-icu >= 0.6 && < 0.7, + text-icu >= 0.6 && < 0.8, https-everywhere-rules-raw main-is: Spec.hs