From 4d957aef21db0fd928bbf250fbff3eb66e31925e Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 30 Oct 2019 12:02:41 -0400
Subject: [PATCH] idk

---
 .circleci/config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4245674..a999956 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -165,11 +165,12 @@ jobs:
             # The flags passed to `stack path` need to pretty closely match
             # those passed to `stack build` or the path comes out wrong.
             # https://github.com/commercialhaskell/stack/issues/4892
+            set -x
             GETPATH="stack path \
               --haddock \
               --haddock-internal \
               --no-haddock-deps"
-            ls -l /tmp
+            ls -la /tmp
 
             mv $(nix-shell shell.nix --run "$GETPATH")/PaymentServer-* /tmp/PaymentServer-docs
 
-- 
GitLab