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: Cabal/ChangeLog.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
1
# 2.4.0.0 (current development version)
2
+
* Static linking
3
+
* Add `--enable-executable-static` flag for building fully
4
+
static executables (GHC's normal "statish" linking links
5
+
Haskell libraries statically, but libc and system dependencies
6
+
dynamically). This new flag links everything statically.
7
+
* Note you likely want to link against `musl` or another libc that
8
+
supports fully static linking;
9
+
[`glibc` has some issues](https://sourceware.org/glibc/wiki/FAQ#Even_statically_linked_programs_need_some_shared_libraries_which_is_not_acceptable_for_me.__What_can_I_do.3F)
10
+
with fully static linking.
2
11
* Add `readGhcEnvironmentFile` to parse GHC environment files.
3
12
* Drop support for GHC 7.4, since it is out of our support window
0 commit comments