commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
525 stars 799 forks source link

Initial GHC 8 mega-issue #1476

Closed snoyberg closed 8 years ago

snoyberg commented 8 years ago

This issue notes the first pass of Stackage Nightly against GHC 8. This list is likely inaccurate, since I have not yet removed upper bounds in the build-constraints.yaml file. This is for informational purposes only. Please do not respond with general updates to this issue, as it will spam a large number of people.

base-4.9.0.0 is out of bounds for:

bin-package-db (not present) depended on by:

binary-0.8.3.0 is out of bounds for:

ghc-8.0.1 is out of bounds for:

ghc-prim-0.5.0.0 is out of bounds for:

process-1.4.2.0 is out of bounds for:

template-haskell-2.11.0.0 is out of bounds for:

time-1.6.0.1 is out of bounds for:

transformers-0.5.2.0 is out of bounds for:

hadronized commented 8 years ago

Oh shit, it’s gonna hurt… :D I’ll try to migrate them one-by-one :). Is there a nightly resolver to test GHC 8?

DanBurton commented 8 years ago

Is there a nightly resolver to test GHC 8?

@phaazon, there isn't a nightly resolver with ghc-8 yet. We're working on it now; expect it in a couple days. Until then, you can use resolver: ghc-8.0.1, although you'll have to manually specify all of your dependencies.

hadronized commented 8 years ago

@DanBurton yeah I saw that on IRC with some helpful folks. Thanks, I’ll try to provide the fixes as soon as I can.

hadronized commented 8 years ago
snoyberg commented 8 years ago

I've made a large number of updates to build-constraints.yaml, which lets us create a build plan with GHC 8. A number of packages have been temporarily blocked from being part of the plan. I'll publish a blog post in a day or two explaining the situation in more detail, once there's a Nightly snapshot available against GHC 8.