composewell / streamly

High performance, concurrent functional programming abstractions
https://streamly.composewell.com
Other
861 stars 66 forks source link

Streamly.Data.SmallArray module shows on hackage #2633

Closed harendra-kumar closed 8 months ago

harendra-kumar commented 10 months ago

This is because it is exposed in the Dev flag. We can hide this and in Dev flag import the internal module where needed.

harendra-kumar commented 8 months ago

Fixed.