Skip to content

Commit 749707f

Browse files
authored
README: Mention that Stack >= 2.3 static bindists are built with Alpine Docker
1 parent d1d80f8 commit 749707f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ If you are a nix user, you can easily `import` this functionality and add an ove
100100

101101
The [`static-stack2nix-builder-example`](./static-stack2nix-builder-example) directory shows how to build any `stack`-based project statically.
102102

103-
Another example of this is the the official static build of `stack` itself.
104-
See the [`static-stack`](./static-stack) directory for how that's done.
105-
`stack` is a big package with many dependencies, demonstrating that this works also for large projects.
103+
Until Stack 2.3, the official static build of `stack` itself was built using this method (Stack >= 2.3 static builds are built in an Alpine Docker image after GHC on Alpine started working again, see [here](https://github.com/commercialhaskell/stack/pull/5267)).
104+
The [`static-stack`](./static-stack) directory shows how Stack itself can be built statically with static-haskell-nix.
105+
`stack` is a big package with many dependencies, demonstrating that it works also for large projects.
106106

107107
## FAQ
108108

0 commit comments

Comments
 (0)