diff --git a/.circleci/config.yml b/.circleci/config.yml
index e60115f100dde8f1b2551b964f95e6fd30ebfb9c..0599e1cf616e37344b00bef1b510f474b684fc99 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 1249fd0e6e0229b7d6ab7bfb89717e69da9f9016..c4bc68654c595b44ea24ca113b1b2973e7a3ade7 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: {}