agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
679 stars 56 forks source link

make spock compile with ghc-9.6 #185

Closed soupi closed 1 year ago

soupi commented 1 year ago

Control.Monad.Reader from mtl-2.3.1, which is now distributed with ghc 9.6, not longer exports Control.Monad, so forM_ is not available.

Bodigrim commented 9 months ago

As a Hackage trustee I revised earlier releases to make unbuildable configurations prohibited: https://hackage.haskell.org/package/Spock-core-0.14.0.1/revisions https://hackage.haskell.org/package/Spock-core-0.14.0.0/revisions https://hackage.haskell.org/package/Spock-core-0.13.0.0/revisions