Artem Pelenitsyn

Results 315 comments of Artem Pelenitsyn

Boot packages are a bunch of random packages that GHC happen to depend upon. I fail to see why they would "improve cabal init defaults".

Oh, that DIscourse thread… One thing that I think could be improved inside `init` is support for alternative preludes (preferably via mixins). The issue here is that we don't have...

It's a pity this has been languished. @fendor do you by any chance have energy to bring it over the line? There's one approval already, so that makes it really...

It's not impossible to write a test for it, is it? Create a tree: ``` ❯ tree . ├── bad │   └── prog └── good └── prog ``` (`bad/prog` always...

@Mistuke just FYI: binaries for any PR are available on the CI page. [For this PR it's here](https://github.com/haskell/cabal/actions/runs/3165999864). Very bottom of it.

Yes. That, or an option not requiring anyone outside the project to do any work: simply start from a vanilla Debian image and add a `RUN` that sets up GHCup....

I tried it (and got above mentioned error) in `gnome-terminal`.

Oh, I see: I also have `/bin/sh` synlinked to `dash`. I just changed the script to call `bash`. Though it would be nice if authors accounted this somehow.