File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ defaults: &defaults
3434 name : Stack setup
3535 command : stack -j 2 --stack-yaml=${STACK_FILE} setup
3636
37- - run :
38- name : Install happy
39- command : stack --stack-yaml=${STACK_FILE} install happy
40-
41- - run :
42- name : Install Hoogle
43- command : stack -j 1 --stack-yaml=${STACK_FILE} install hoogle
44-
4537 - run :
4638 name : Build (we need the exe for tests)
4739 command : stack -j 1 --stack-yaml=${STACK_FILE} install
@@ -57,20 +49,10 @@ defaults: &defaults
5749 path : ~/.local/bin
5850 destination : bin
5951
60- - run :
61- name : Generate Hoogle database
62- command : if [ ! -d ~/.hoogle ]; then stack --stack-yaml=${STACK_FILE} exec hoogle generate; fi
63-
64- - run :
65- name : Clear cabal-helper cache
66- command : rm -fr ~/.cache/cabal-helper
67-
6852 - save_cache :
6953 key : stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
7054 paths : &cache_paths
7155 - ~/.stack
72- - ~/.cache
73- - ~/.hoogle
7456 - ~/build/.stack-work
7557 - ~/build/ghcide/.stack-work
7658
You can’t perform that action at this time.
0 commit comments