Prepare 0.3.16.1 release
Reformatted. Added workflows. Updated package metadata.
This commit is contained in:
parent
0a79b2d0e9
commit
277d03b475
26 changed files with 2394 additions and 1912 deletions
|
@ -1,4 +1,4 @@
|
|||
{-# language MagicHash #-}
|
||||
{-# LANGUAGE MagicHash #-}
|
||||
|
||||
module Op
|
||||
( writeCharArray#
|
||||
|
@ -6,4 +6,4 @@ module Op
|
|||
, copyMutableByteArray#
|
||||
) where
|
||||
|
||||
import GHC.Exts (copyMutableByteArray#,writeCharArray#,copyByteArray#,copyMutableByteArray#)
|
||||
import GHC.Exts (copyByteArray#, copyMutableByteArray#, writeCharArray#)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue