Support GHC 9.4 (#29)
This commit is contained in:
parent
4fc69c259e
commit
214e655199
3 changed files with 69 additions and 14 deletions
|
@ -3,6 +3,7 @@
|
|||
module Op
|
||||
( writeCharArray#
|
||||
, copyByteArray#
|
||||
, copyMutableByteArray#
|
||||
) where
|
||||
|
||||
import GHC.Exts (writeCharArray#,copyByteArray#,copyMutableByteArray#)
|
||||
import GHC.Exts (copyMutableByteArray#,writeCharArray#,copyByteArray#,copyMutableByteArray#)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue