You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ When building a production bundle it is recommended to pass the `--optimize` fla
132
132
133
133
#### RuntimeOptions (default `undefined`)
134
134
135
-
This allows you to control aspects of how `elm make` runs with [GHC Runtime Options](https://downloads.haskell.org/~ghc/7.10.1/docs/html/users_guide/runtime-control.html).
135
+
This allows you to control aspects of how `elm make` runs with [GHC Runtime Options](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/runtime_control.html).
136
136
137
137
The 0.19 version of `elm make` supports a limited set of those options, the most useful of which is
138
138
for profiling a build. To profile a build use the settings `runtimeOptions: '-s'`, which will print
0 commit comments