Support GHC 9.4 (#29)

This commit is contained in:
Matt Parsons 2022-12-01 09:20:27 -07:00 committed by GitHub
parent 4fc69c259e
commit 214e655199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 69 additions and 14 deletions

View file

@ -3,6 +3,7 @@
module Op
( writeCharArray#
, copyByteArray#
, copyMutableByteArray#
) where
import GHC.Exts (writeCharArray#,copyByteArray#,copyMutableByteArray#)
import GHC.Exts (copyMutableByteArray#,writeCharArray#,copyByteArray#,copyMutableByteArray#)