diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-07-27 12:45:50 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-07-27 12:45:50 +0000 |
commit | 91510a3d127d8d9bb10daec9a9ec22d3ad2c199e (patch) | |
tree | ab59385c04e599aeabc7d55784035c6ff401a6b8 /lib | |
parent | e32a16b5d4fc66bee2f28b1b1f7ae8fb3f8a8cf4 (diff) |
ghc-binary -> binary, and thanks
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 |