From 81ec88361731e93383eaf4fb89da854db170410c Mon Sep 17 00:00:00 2001 From: vi Date: Sun, 8 Nov 2015 17:14:01 +0800 Subject: [PATCH] List the library as a dependency of the test suite, so Stack rebuilds tests without "build". --- https-everywhere-rules.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/https-everywhere-rules.cabal b/https-everywhere-rules.cabal index dd4bd58..90d9dda 100644 --- a/https-everywhere-rules.cabal +++ b/https-everywhere-rules.cabal @@ -79,7 +79,8 @@ test-suite spec string-conversions >= 0.3 && < 0.5, taggy-lens >= 0.1 && < 0.2, text >= 1.1 && < 1.3, - text-icu >= 0.6 && < 0.8 + text-icu >= 0.6 && < 0.8, + https-everywhere-rules main-is: Spec.hs hs-source-dirs: