We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2239540 commit 689c24aCopy full SHA for 689c24a
.circleci/config.yml
@@ -10,7 +10,10 @@ jobs:
10
key: inline-java-stack-dependencies
11
- run:
12
name: build dependencies
13
- command: stack --no-terminal build --only-dependencies --prefetch --test --bench
+ command: |
14
+ # XXX Workaround https://github.com/commercialhaskell/stack/issues/595
15
+ stack --no-terminal build alex happy
16
+ stack --no-terminal build --only-dependencies --prefetch --test --bench
17
- save_cache:
18
19
paths:
0 commit comments