haskell / bytestring

An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
http://hackage.haskell.org/package/bytestring
Other
291 stars 141 forks source link

Remove `includes` from `.cabal`-file #685

Closed sol closed 5 months ago

sol commented 5 months ago

This is useless at best, and a common source of confusion.

https://github.com/haskell/cabal/pull/10145 https://github.com/sol/hpack/issues/355