issues
search
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 support for ghc < 8.4
#682
Closed
clyring
closed
5 months ago
clyring
commented
5 months ago
Along the way:
Obseleted CPP and compatibility workarounds were removed
Most remaining CPP conditions are moved into bytestring-cpp-macros.h and given specific feature names
Most imports from ghc-prim are replaced with equivalent imports from base
Data.ByteString.Builder.RealFloat.Internal is left untouched, to avoid unnecessary conflicts
Along the way: