Patch box-tuples and posix-api for ArrayArray# changes
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.