Travis Cardwell

Results 29 comments of Travis Cardwell

Indeed, Stack usage is currently supported via Stack's [Docker integration][], where Stack on a host can use a `ghc-musl` container to build static executables. I support Stack in my projects,...

I implemented this in the above-linked commit. Looking at the image sizes (for GHC 9.2.4), it results in ~1.69 GB increase. So much for my ~77MB estimate! :laughing: That ~77MB...

I have been thinking along the same lines. I can add a flag so that `stack update` is not run by default, resulting in smaller images on Docker Hub. Users...

Here is the table from the above commit message, so that GitHub will render it: | `cabal update` | `stack update` | Image Size | Relative Image Size | |...

Based on the [haskell/actions/setup README][], my understanding is that the documentation (correctly) states which versions are pre-installed. Other versions work if they are supported by GHCup, etc., but using them...

Hi! I have not built static libraries before. I tried your example and get the same results. I think that your second set of commands is the most promising, and...

We are using [GHCUp][] to install an official binary package. There is likely a script somewhere that specifies exactly how the package is configured and built, but I have not...

I created a PR (#79) that should make Ginger compatible with both the LTS and nightly snapshots.

I extended the `filepath` upper bound (tested `1.5.2.0`), adding the change to this PR. If you get a chance to merge and make a Hackage revision, I would appreciate it!...

I extended the `containers` upper bound (tested `0.7`), adding the change to this PR. With this change, Ginger works fine with GHC 8.10.1 (latest release). If you get a chance...