You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, haskell-ci relies on this GHCJS Ubuntu PPA in order to offer installation support for GHCJS. However, this PPA has not been updated since Ubuntu 18.04, and the minimum version of Ubuntu that haskell-ci now supports is Focal Fossa (20.04). As such, attempting to install GHCJS via haskell-ci will always fail (see this CI job for an example).
Perhaps haskell-ci should just remove its GHCJS support to avoid this potential footgun?