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

Disabled in Stackage nightly #62

Closed ocramz closed 2 years ago

ocramz commented 2 years ago

I\ve just received notice that SB fails to build due to an upper bound on ghc-prim .

https://github.com/commercialhaskell/stackage/blob/11e033b0c4eaea8ef32adf457746d4bec0321514/build-constraints.yaml#L7427 , " streaming-bytestring < 0 # tried streaming-bytestring-0.2.1, but its library does not support: ghc-prim-0.8.0"

Could it be a case for updating Hackage metadata or is it a deeper change?

fosskers commented 2 years ago

I will fix this tomorrow.

fosskers commented 2 years ago

Thanks for your patience, I've just uploaded 0.2.2 to Hackage.