Skip to content

Commit

Permalink
remove unusable unpack pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell authored and mchakravarty committed Apr 25, 2012
1 parent 1c8296a commit d4d0af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Data/Array/Accelerate/IO/Repa.hs
Expand Up @@ -65,8 +65,7 @@ instance Shapes sr sa => Shapes (sr R.:. Int) (sa A.:. Int) where
--
data A
data instance R.Array A sh e
= AAccelerate {-# UNPACK #-} !sh
{-# UNPACK #-} !(A.ArrayData (A.EltRepr e))
= AAccelerate !sh !(A.ArrayData (A.EltRepr e))

-- Repr ------------------------------------------------------------------------

Expand Down

0 comments on commit d4d0af5

Please sign in to comment.