Skip to content

Commit

Permalink
Fix compilation errors in array and vector library
Browse files Browse the repository at this point in the history
unsafeCoerce# has been moved from GHC.Base to GHC.Exts.
  • Loading branch information
noahmartinwilliams committed Nov 16, 2023
1 parent 9d72bfb commit 3e6ad1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module Data.Array.Accelerate.IO.Data.Primitive.ByteArray
import Data.Primitive.ByteArray

import GHC.Base
import GHC.Exts
import GHC.ForeignPtr


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module Data.Array.Accelerate.IO.Data.Primitive.ByteArray
import Data.Primitive.ByteArray

import GHC.Base
import GHC.Exts
import GHC.ForeignPtr


Expand Down

0 comments on commit 3e6ad1e

Please sign in to comment.