Skip to content

Commit 2000cc1

Browse files
committed
Removed unused imports in Data/Vector/Storable/Internal.hs
1 parent 022eada commit 2000cc1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Data/Vector/Storable/Internal.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ module Data.Vector.Storable.Internal (
1414
getPtr, setPtr, updPtr
1515
) where
1616

17-
import Control.Monad.Primitive ( unsafeInlineIO )
18-
import Foreign.Storable
1917
import Foreign.ForeignPtr
2018
import Foreign.Ptr
21-
import Foreign.Marshal.Array ( advancePtr )
22-
import GHC.Base ( quotInt )
2319
import GHC.ForeignPtr ( ForeignPtr(..) )
2420
import GHC.Ptr ( Ptr(..) )
2521

0 commit comments

Comments
 (0)