Hazel Weakly

Results 51 comments of Hazel Weakly

Out of curiosity, what does the `$PATH` and contents of the `.ghc.environment.x86_64-linux-8.10.3` file look like? This is a new one for me...

Thanks to a hint from quasicomputational, my best guess is this: 1. github actions uses hvr's PPA on linux, falling back to ghcup if it didn't work. 2. This line...

That might be nice to have. This is a bit of a niche usecase (although much less niche for other languages, given Haskell's overlap with the nix community). I'd be...

So, my confusion regarding this ended up being due to a misunderstanding of how things worked between aws, aws lambda, and haskell specific things. I'll summarize the things I've learned...

The record generation would be the better way to do this, I agree. I never fully fleshed out the idea of this as a library and I'm afraid some of...

I'd like to apologize for the late delay; it's been hard for me to have the energy to do OSS lately, but I've been able to finally pick it back...

https://danluu.com/cgroup-throttling/ seems relevant as well (although I _think_ it might be talking about the same problem?)

Done :) Ideally each checkbox has an issue attached to it as well

Looks like cabal v2.0 doesn't support the -a flag to user-config. The action automatically runs cabal update and adds the http-transport on a recommendation from Herbert (hvr). I think I...

Excellent! I'm not sure why I "dropped" 2.0; I suspect it has to do with only supporting recent-ish GHC versions and I picked the versions of cabal that corresponded with...