sol / doctest

An implementation of Python's doctest for Haskell
https://hackage.haskell.org/package/doctest
MIT License
373 stars 73 forks source link

Restore the GHC HEAD builder #287

Open quasicomputational opened 3 years ago

quasicomputational commented 3 years ago

The GHC HEAD package in HVR's PPA has gone quite stale, so I didn't bother moving it over during the migration to Github Actions. haskell-CI/haskell-ci#458 is a request to freshen the package; if that happens, re-adding a HEAD builder would be quite nice to get early warning of breakage.

andreasabel commented 3 years ago

See also haskell-CI/haskell-ci#460 for a request to resurrect the head job.

treeowl commented 2 years ago

This would be especially helpful for packages like containers, which are distributed with GHC and not allowed to break (or warn) on the bleeding edge.