Open danwdart opened 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.
Looks like this'd be fixed by #50 and #51, so worth trying those out with newer ghc.
& I couldn't build an earlier
bytestring
becauseGHC.Prim.Word8#
is conflated withWord#