haskell / mtl

The Monad Transformer Library
http://www.haskell.org/haskellwiki/Monad_Transformers
Other
360 stars 63 forks source link

Control.Monad.RWS.CPS now exports rwsT #147

Closed BebeSparkelSparkel closed 3 months ago

BebeSparkelSparkel commented 5 months ago

Getting the error from CI / Native: GHC 8.6 on windows-latest (pull_request)

un haskell/actions/setup@v1
Warning: As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
***************************************************************************
**                                                                       **
**              This action is DEPRECATED.                               **
**                                                                       **
**              Please use haskell-actions/setup instead.                **
**                                                                       **
**              (Note the dash instead of the slash.)                    **
**                                                                       **
***************************************************************************
Preparing to setup a Haskell environment
Resolved 8.8 to 8.8.4.1
Resolved latest to 3.6.2.0
Preparing ghc environment
Installing ghc version 8.8.4.1
Error: All install methods for ghc 8.8.4.1 failed

This does not seem related to my changes.