277d03b475
Reformatted. Added workflows. Updated package metadata.
15 lines
222 B
Haskell
15 lines
222 B
Haskell
{-# LANGUAGE MagicHash #-}
|
|
|
|
module Compat
|
|
( int8ToInt#
|
|
, int16ToInt#
|
|
, int32ToInt#
|
|
, wordToWord8#
|
|
, wordToWord16#
|
|
, wordToWord32#
|
|
, word8ToWord#
|
|
, word16ToWord#
|
|
, word32ToWord#
|
|
) where
|
|
|
|
import GHC.Exts
|