File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ defaults: &defaults
34
34
name : Stack setup
35
35
command : stack -j 2 --stack-yaml=${STACK_FILE} setup
36
36
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
-
45
37
- run :
46
38
name : Build (we need the exe for tests)
47
39
command : stack -j 1 --stack-yaml=${STACK_FILE} install
@@ -57,20 +49,10 @@ defaults: &defaults
57
49
path : ~/.local/bin
58
50
destination : bin
59
51
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
-
68
52
- save_cache :
69
53
key : stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
70
54
paths : &cache_paths
71
55
- ~/.stack
72
- - ~/.cache
73
- - ~/.hoogle
74
56
- ~/build/.stack-work
75
57
- ~/build/ghcide/.stack-work
76
58
You can’t perform that action at this time.
0 commit comments