Skip to content

Commit 7bbef64

Browse files
committed
Enable dynamic linking to try and avoid oom
1 parent 78381b8 commit 7bbef64

10 files changed

+20
-0
lines changed

Diff for: stack-8.10.2.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ extra-deps:
6969
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
7070

7171
configure-options:
72+
$targets:
73+
- --enable-executable-dynamic
7274
ghcide:
7375
- --disable-library-for-ghci
7476
haskell-language-server:

Diff for: stack-8.10.3.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ extra-deps:
6969
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
7070

7171
configure-options:
72+
$targets:
73+
- --enable-executable-dynamic
7274
ghcide:
7375
- --disable-library-for-ghci
7476
haskell-language-server:

Diff for: stack-8.10.4.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ extra-deps:
7171
# - hlint-3.3@sha256:4218ad6e03050f5d68aeba0e025f5f05e366c8fd49657f2a19df04ee31b2bb23,4154
7272

7373
configure-options:
74+
$targets:
75+
- --enable-executable-dynamic
7476
ghcide:
7577
- --disable-library-for-ghci
7678
haskell-language-server:

Diff for: stack-8.10.5.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ extra-deps:
7373
# - hlint-3.3@sha256:4218ad6e03050f5d68aeba0e025f5f05e366c8fd49657f2a19df04ee31b2bb23,4154
7474

7575
configure-options:
76+
$targets:
77+
- --enable-executable-dynamic
7678
ghcide:
7779
- --disable-library-for-ghci
7880
haskell-language-server:

Diff for: stack-8.6.4.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ flags:
118118

119119

120120
configure-options:
121+
$targets:
122+
- --enable-executable-dynamic
121123
ghcide:
122124
- --disable-library-for-ghci
123125
haskell-language-server:

Diff for: stack-8.6.5.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ extra-deps:
107107
- resourcet-1.2.3
108108

109109
configure-options:
110+
$targets:
111+
- --enable-executable-dynamic
110112
ghcide:
111113
- --disable-library-for-ghci
112114
haskell-language-server:

Diff for: stack-8.8.3.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ extra-deps:
8686
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
8787

8888
configure-options:
89+
$targets:
90+
- --enable-executable-dynamic
8991
ghcide:
9092
- --disable-library-for-ghci
9193
haskell-language-server:

Diff for: stack-8.8.4.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ extra-deps:
8383
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
8484

8585
configure-options:
86+
$targets:
87+
- --enable-executable-dynamic
8688
ghcide:
8789
- --disable-library-for-ghci
8890
haskell-language-server:

Diff for: stack-9.0.1.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ extra-deps:
101101
commit: 16e19aaf34e286f3d27b3988c61040823ec66537
102102

103103
configure-options:
104+
$targets:
105+
- --enable-executable-dynamic
104106
ghcide:
105107
- --disable-library-for-ghci
106108
haskell-language-server:

Diff for: stack.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ extra-deps:
6262
- unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082
6363

6464
configure-options:
65+
$targets:
66+
- --enable-executable-dynamic
6567
ghcide:
6668
- --disable-library-for-ghci
6769
haskell-language-server:

0 commit comments

Comments
 (0)