Skip to content

Patch box-tuples and posix-api for ArrayArray# changes

sheaf requested to merge sheaf/head.hackage:levity-arrays into master

The packages box-tuples and posix-api both broke because of ArrayArray# being moved from GHC.Prim to GHC.Exts and turned into newtypes in GHC MR !7299. To use them with the FFI you now (unfortunately) need to import the newtype constructor too.

Merge request reports