Skip to content

Commit eb48d1e

Browse files
authored
README: Add Stackage build success numbers
1 parent 06fcbda commit eb48d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ With this repository you can easily build most Haskell programs into fully stati
77
* results are fully static executables (`ldd` says `not a dynamic executable`)
88
* to make that possible, each exe and all dependencies (including ghc) are built against [`musl`](https://www.musl-libc.org/) instead of glibc
99

10+
static-haskell-nix can [successfully build > 90% of Stackage executables](https://github.com/nh2/static-haskell-nix/issues/4#issuecomment-406838083), so chances are high it can build yours.
11+
1012
## History
1113

1214
`glibc` encourages dynamic linking to the extent that correct functionality under static linking is somewhere between difficult and bug-ridden.

0 commit comments

Comments
 (0)