File tree 11 files changed +25
-5
lines changed
11 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ defaults: &defaults
18
18
19
19
- restore_cache :
20
20
keys :
21
- - stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}-{{ checksum "all-cabal.txt" }}
22
- - stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}
23
- - stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
21
+ - v2- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}-{{ checksum "all-cabal.txt" }}
22
+ - v2- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}
23
+ - v2- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
24
24
25
25
- run :
26
26
name : Stack upgrade
@@ -46,7 +46,7 @@ defaults: &defaults
46
46
destination : bin
47
47
48
48
- save_cache :
49
- key : stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
49
+ key : v2- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
50
50
paths : &cache_paths
51
51
- ~/.stack
52
52
- ~/build/.stack-work
@@ -58,7 +58,7 @@ defaults: &defaults
58
58
no_output_timeout : 120m
59
59
60
60
- save_cache :
61
- key : stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}-{{ checksum "all-cabal.txt" }}
61
+ key : v2- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}-{{ checksum "all-cabal.txt" }}
62
62
paths : *cache_paths
63
63
64
64
version : 2
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ extra-deps:
69
69
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
70
70
71
71
configure-options :
72
+ $targets :
73
+ - --enable-executable-dynamic
72
74
ghcide :
73
75
- --disable-library-for-ghci
74
76
haskell-language-server :
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ extra-deps:
69
69
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
70
70
71
71
configure-options :
72
+ $targets :
73
+ - --enable-executable-dynamic
72
74
ghcide :
73
75
- --disable-library-for-ghci
74
76
haskell-language-server :
Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ extra-deps:
71
71
# - hlint-3.3@sha256:4218ad6e03050f5d68aeba0e025f5f05e366c8fd49657f2a19df04ee31b2bb23,4154
72
72
73
73
configure-options :
74
+ $targets :
75
+ - --enable-executable-dynamic
74
76
ghcide :
75
77
- --disable-library-for-ghci
76
78
haskell-language-server :
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ extra-deps:
73
73
# - hlint-3.3@sha256:4218ad6e03050f5d68aeba0e025f5f05e366c8fd49657f2a19df04ee31b2bb23,4154
74
74
75
75
configure-options :
76
+ $targets :
77
+ - --enable-executable-dynamic
76
78
ghcide :
77
79
- --disable-library-for-ghci
78
80
haskell-language-server :
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ flags:
118
118
119
119
120
120
configure-options :
121
+ $targets :
122
+ - --enable-executable-dynamic
121
123
ghcide :
122
124
- --disable-library-for-ghci
123
125
haskell-language-server :
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ extra-deps:
107
107
- resourcet-1.2.3
108
108
109
109
configure-options :
110
+ $targets :
111
+ - --enable-executable-dynamic
110
112
ghcide :
111
113
- --disable-library-for-ghci
112
114
haskell-language-server :
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ extra-deps:
86
86
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
87
87
88
88
configure-options :
89
+ $targets :
90
+ - --enable-executable-dynamic
89
91
ghcide :
90
92
- --disable-library-for-ghci
91
93
haskell-language-server :
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ extra-deps:
83
83
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
84
84
85
85
configure-options :
86
+ $targets :
87
+ - --enable-executable-dynamic
86
88
ghcide :
87
89
- --disable-library-for-ghci
88
90
haskell-language-server :
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ extra-deps:
101
101
commit : 16e19aaf34e286f3d27b3988c61040823ec66537
102
102
103
103
configure-options :
104
+ $targets :
105
+ - --enable-executable-dynamic
104
106
ghcide :
105
107
- --disable-library-for-ghci
106
108
haskell-language-server :
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ extra-deps:
62
62
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
63
63
64
64
configure-options :
65
+ $targets :
66
+ - --enable-executable-dynamic
65
67
ghcide :
66
68
- --disable-library-for-ghci
67
69
haskell-language-server :
You can’t perform that action at this time.
0 commit comments