Artem Pelenitsyn

Results 473 comments of Artem Pelenitsyn

I'd prefer deprecated versions hidden behind one more link or a collapsible section on that page.

~~Fail to repro with the current `master` (dd312ec).~~ It does reproduces still.

I tried to build OneTuple and generically. What is "your project"?

I was playing with it and bumped into something strange. Here's my idea: this issue is not our bug, rather it's a GHC (packaging) bug in certain versions of GHC....

This is the same CI that haskell/cabal has, so: GitHub Action haskell/action/setup@v1 which, in turn, uses ghcup.

@hasufell do you have an idea how it's possible that I get "profiling libraries not found" with 9.2.3? https://github.com/ulysses4ever/cabal/runs/7083135188?check_suite_focus=true

@Mikolaj following your link, it's "Unexpected OK" now instead of "Unexpected FAIL". And that's no wonder because of the test itself: ``` missesProfilingLinux

If it's nondeterministic, then yes. It's just the current code perfectly matches the error you referenced. If there are other failures, then I don't see a better solution. I'd still...

@jneira https://github.com/haskell/actions/tree/main/setup says: > The GitHub runners come with [pre-installed versions of GHC and Cabal](https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners). Those will be used whenever possible. For all other versions, this action utilizes [ppa:hvr/ghc](https://launchpad.net/~hvr/+archive/ubuntu/ghc), [ghcup](https://gitlab.haskell.org/haskell/ghcup-hs),...