Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 5561141

Browse files
committed
Add comment about using a separate store-dir
1 parent 77df7ba commit 5561141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/windows-cabal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- bash: |
6666
source .azure/windows-cabal.bashrc
6767
# `hie` binary required locally for tests
68+
# we have to use a separate store for install and builds
69+
# to workaround https://github.com/haskell/cabal/issues/6483
6870
cabal --store-dir ${CABAL_STORE_DIR}i v2-install
6971
displayName: Install `hie`
7072
- bash: |

0 commit comments

Comments
 (0)