haskell-streaming / streaming-bytestring

effectful sequences of bytes; an alternative no-lazy-io implementation of Data.ByteString.Lazy
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

Allow ghc-prim-0.9.0 #69

Closed jchia closed 1 year ago

jchia commented 1 year ago

The latest ghc-prim is 0.9.0 but streaming-bytestring has an upper bound of <0.9.

Consequently, streaming-bytestring is not in stackage nightly.

fosskers commented 1 year ago

Thanks for the report.