Andreas Abel
Andreas Abel
Does this work yet? I see cachix cache jumping into action, but the build time is still 20min: https://github.com/haskell/hackage-server/runs/6777589545?check_suite_focus=true
@gbaz: Wouldn't it make sense that hackage-server automatically garbage-collects _old_ candidates? It seems safe to consider such candidates _old_ that have seen a proper publication (so candidate x.y where x.y...
We can add `cabal-install-3.6.2.0` to the list of victims of this bug (see https://github.com/haskell/cabal/pull/8435#issuecomment-1231911041).
What happens in the bad cases? - Alice vouched for Bob who turned malicious - Alice maliciously vouched for Bob and Carol
Me too. With https://github.com/agda/agda/ commit 834b75908632e1633c0fe9b0ab1cd39195b51aa3: ``` $ cabal build --enable-tests --enable-documentation Resolving dependencies... Build profile: -w ghc-8.10.3 -O1 In order, the following will be built (use -v for more...
Another instance: - #8313
> On the other note, I'm failing to repro Andreas' example in [#6006 (comment)](https://github.com/haskell/cabal/issues/6006#issuecomment-774214724) with the current `master`. Still reproduces on my machine.
> no need to support cabal 1.x any more Ubuntu LTS 18.04 ships with cabal-install 1.24: https://packages.ubuntu.com/bionic/cabal-install Will the `00-index` be removed eventually altogether? Maybe that will be the right...
Me too. When ``` cabal run ``` invokes the only executable in the package without arguments, I expect ``` cabal run -- args ``` to pass `args` to just this...
Me too. `cabal haddock --haddock-for-hackage` prints it generated `long/path/index.html`, but this file does not exist. How can this happen? (Meaning: the code printing the report on what is being created...