tweag / stackage-head

Stackage builds based on GHC HEAD
http://stackage-head.s3-website-us-east-1.amazonaws.com/
Other
9 stars 0 forks source link

Some core packages are failing #34

Open UnkindPartition opened 6 years ago

UnkindPartition commented 6 years ago

At the moment some core packages are failing, including:

They may be masking some other failures.

We need to investigate why they are failing, whether they are fixed in a newer snapshot or in their git repos. Then make them succeed by either updating the snapshot or using a custom source url.

UnkindPartition commented 6 years ago

Another option to look into is head.hackage: https://github.com/hvr/head.hackage

It's a repo maintained by the ghc devs containing patches to make the packages build with ghc head.

So if we apply these patches to stackage packages before building, we could get much fewer failures. OTOH this will make stackage-head more useful as a CI but less useful as a metric of how ready the community is for the new ghc release.