- Added a pattern synonym for
Word64#
- Supported
Word64#
on GHC 9.4 and older
- Added
GHC.Prim.Compat
, providing array operations compatible withGHC.Word.Compat
- Added
COMPLETE
pragmas to pattern synonyms
- Fixed a bug where bitReverse* were incorrectly exported on base >= 4.12
- On GHCs older than 9.2, it now reexports data constructors instead of pattern synonyms
- First version. Released on an unsuspecting world.