Prepare 0.3.16.1 release

Reformatted.
Added workflows.
Updated package metadata.
This commit is contained in:
Brian McKeon 2024-02-02 21:37:18 -05:00 committed by GitHub
parent 0a79b2d0e9
commit 277d03b475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2394 additions and 1912 deletions

View file

@ -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#)