bytebuild/src-9.2/Compat.hs
Andrew Martin dde5a9b07d
Support ghc 9.2 and 9.0
Bump upper bound on base. This continues to support GHC 8.10.7.

Co-authored-by: Ollie Charles <ollie@ocharles.org.uk>
2022-04-08 10:43:40 -04:00

15 lines
224 B
Haskell

{-# language MagicHash #-}
module Compat
( int8ToInt#
, int16ToInt#
, int32ToInt#
, wordToWord8#
, wordToWord16#
, wordToWord32#
, word8ToWord#
, word16ToWord#
, word32ToWord#
) where
import GHC.Exts