Artem Pelenitsyn

Results 281 comments of Artem Pelenitsyn

@nh2 I see some steady improvements in static-haskell-nix. I understand that it should in theory be possible now to build a statically-linked cabal-install. Are there any guidelines / blog posts...

At least, ```shell ❯ wget https://downloads.haskell.org/~cabal/cabal-install-3.8.1.0/cabal-install-3.8.1.0-x86_64-linux-alpine.tar.xz ... ❯ tar -xf cabal-install-3.8.1.0-x86_64-linux-alpine.tar.xz ... ❯ ldd cabal not a dynamic executable ``` `ldd` was used above (https://github.com/haskell/cabal/issues/4941#issuecomment-463253348) to show that it's not...

I don't think there's a need to change the help message depending on the flag: if one uses the file, they probably know that they need to edit the corresponding...

Hm, this is sad. I tried it on one package (`async`), and simply changing the URL did seem to show something reasonable (I may be wrong of course). I think...

It's a pity this work hasn't been merged. I seem to remember recent tickets complaining about the lack of package context in the log output.

This sounds like a much larger change, no? I'd expect the format to be uniform over all/most messages, not just Entering/leaving directory...

@andrewthad you mentioned you were interested in submitting a PR. I think it would be a great improvement. I just bumped into another [SO question](https://stackoverflow.com/q/72940257/465100) about this terrible example. I'm...

@kozross some timeline for a release with ExceptT restored would be very welcome, if possible. Thank you for volunteering to care for `mtl`!

A release with ExceptT put back would be an improvement over current state of things even if no guide materializes. Let’s not make perfect an enemy of the good.

@HeinrichApfelmus is it still not possible to initiate closing the browser window from the server? Is there a way to shut down the server at least? (I tried `liftIOLater exitSuccess`...