chrra / iCalendar

iCalendar data types, parser, and printer.
BSD 3-Clause "New" or "Revised" License
38 stars 47 forks source link

Fails to build on ghc 9.2 because Data.ByteString.Lazy.Builder no longer exists #48

Open danwdart opened 3 years ago

danwdart commented 3 years ago

& I couldn't build an earlier bytestring because GHC.Prim.Word8# is conflated with Word#

danwdart commented 3 years ago

I see, this module was deprecated in favour of Data.ByteString.Builder along with a few more deprecations, such as Control.Monad.Error, both of which show up as warnings on 9.0.

danwdart commented 1 year ago

Looks like this'd be fixed by #50 and #51, so worth trying those out with newer ghc.