From 3f3662e4aa1cca9b88614aef8ecfe2fb59ca53a3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 11 Sep 2019 15:37:11 -0400 Subject: [PATCH] drop these test-related changes --- .circleci/config.yml | 5 ----- stack.yaml | 1 - 2 files changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e60115f..0599e1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,10 +118,6 @@ jobs: # --no-terminal avoids having fancy progress reports written to # stdout. # - # --interleaved-output dumps realtime output on build progress. - # This may help avoid timeouts when building large packages (eg - # stripe-core). - # # --fast turns off compiler optimizations which probably doesn't # make a lot of difference in our code but it can speed up build # times for our dependencies (as well as reduce compiler memory @@ -132,7 +128,6 @@ jobs: # --no-haddock-deps skips building docs for all our dependencies. BUILD="stack build \ --no-terminal \ - --interleaved-output \ --fast \ --haddock \ --haddock-internal \ diff --git a/stack.yaml b/stack.yaml index 1249fd0..c4bc686 100644 --- a/stack.yaml +++ b/stack.yaml @@ -39,7 +39,6 @@ packages: # (e.g., acme-missiles-0.3) extra-deps: - "stripe-core-2.5.0" - - "tasty-wai-0.1.1.0@sha256:44377c82bf1523c972fa361ea3d708fc423978dafc1d3bf2c6d9a2571ec69a08" # Override default flag values for local packages and extra-deps # flags: {} -- GitLab