haskell-unordered-containers / unordered-containers

Efficient hashing-based container types
BSD 3-Clause "New" or "Revised" License
221 stars 97 forks source link

CI: Go back to using HVR's PPA #446

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago

Context: https://github.com/haskell-CI/haskell-ci/issues/584

treeowl commented 2 years ago

What's the basis for choosing the one or the other?

sjakobi commented 2 years ago

I think haskell-ci defaults to the hvr's PPA and uses GHCup for GHC versions that are not available from the PPA. But since we need GHCup anyway for the recent GHC versions I think it's better not to rely on the PPA at all.

treeowl commented 2 years ago

Oh right, haskell-ci. We surely want to use whatever that does.