Skip to content

Commit

Permalink
Merge pull request #6 from noahmartinwilliams/master
Browse files Browse the repository at this point in the history
Fix compilation errors in array and vector library
  • Loading branch information
dpvanbalen authored Nov 20, 2023
2 parents 9d72bfb + 3e6ad1e commit 972aa4b
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 972aa4b

Please sign in to comment.