Skip to content

Commit 4554e63

Browse files
committed
remove unneeded imports
1 parent 7fd0c3d commit 4554e63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Data/Vector/Storable/Internal.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ module Data.Vector.Storable.Internal (
1414
getPtr, setPtr, updPtr
1515
) where
1616

17-
import Foreign.ForeignPtr
18-
import Foreign.Ptr
17+
1918
import GHC.ForeignPtr ( ForeignPtr(..) )
2019
import GHC.Ptr ( Ptr(..) )
2120

0 commit comments

Comments
 (0)