Skip to content
Snippets Groups Projects
Commit d0c3f067 authored by John Ericson's avatar John Ericson
Browse files

Use unsafe shifts from base rather than hand-rolling

See
https://hackage.haskell.org/package/base-4.5.0.0/docs/Data-Bits.html#v:unsafeShiftL.
in binary's minimum supportedbase version.

Beyond reducing duplicated code, this will avoid CPP in dealing with the
changing primop situation for GHC 9.2.
parent 84e99e66
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment