diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Data/Packed/Internal/Vector.hs | 2 |
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 | ||
47 | import GHC.Base | 47 | import GHC.Base |
48 | #if __GLASGOW_HASKELL__ < 612 | 48 | #if __GLASGOW_HASKELL__ < 612 |
49 | import GHC.IOBase | 49 | import GHC.IOBase hiding (liftIO) |
50 | #endif | 50 | #endif |
51 | 51 | ||
52 | #ifdef VECTOR | 52 | #ifdef VECTOR |