summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal/Vector.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Packed/Internal/Vector.hs')
-rw-r--r--lib/Data/Packed/Internal/Vector.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Data/Packed/Internal/Vector.hs b/lib/Data/Packed/Internal/Vector.hs
index ec2bf3c..2900149 100644
--- a/lib/Data/Packed/Internal/Vector.hs
+++ b/lib/Data/Packed/Internal/Vector.hs
@@ -46,7 +46,7 @@ import Foreign.ForeignPtr (mallocForeignPtrBytes)
46 46
47import GHC.Base 47import GHC.Base
48#if __GLASGOW_HASKELL__ < 612 48#if __GLASGOW_HASKELL__ < 612
49import GHC.IOBase 49import GHC.IOBase hiding (liftIO)
50#endif 50#endif
51 51
52#ifdef VECTOR 52#ifdef VECTOR