kowainik / relude

🌀 Safe, performant, user-friendly and lightweight Haskell standard library
https://kowainik.github.io/projects/relude
MIT License
701 stars 80 forks source link

Build failures with GHC >= 9.2 in v0.1.0, v0.1.1 and v0.2.0 due to removal of `Data.Semigroup.Option` #419

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago
src/Relude/Monoid.hs:19:24: error:
    Module ‘Data.Semigroup’ does not export ‘Option(..)’
   |
19 | import Data.Semigroup (Option (..), Semigroup (sconcat, stimes, (<>)), WrappedMonoid, cycle1,
   |                        ^^^^^^^^^^^

As a Hackage trustee I have revised the affected versions of relude, adding bounds base < 4.16. See e.g. https://hackage.haskell.org/package/relude-0.2.0/revisions/

(This issue is just for your information.)