fpco / streaming-commons

Common lower-level functions needed by various streaming data libraries
MIT License
36 stars 39 forks source link

Support base 4.16.0.0 (GHC 9.2.1) #61

Closed Jashweii closed 2 years ago

Jashweii commented 2 years ago

Streaming-commons doesn't build on base-4.16.0.0 due to changes in Word In 4.15.0.0 Word8, 16, 32 all boxed Word# while in 4.16.0.0 they box Word8#, Word16# and Word32#

ruomad commented 2 years ago

Hello, There is a patch on headhackage.

snoyberg commented 2 years ago

PR welcome

ruomad commented 2 years ago

I posted a draft PR with head.hackage patch. It does compile with ghc-9.2.1