summaryrefslogtreecommitdiff
path: root/lib/Data/Packed
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-07-27 12:45:50 +0000
committerAlberto Ruiz <aruiz@um.es>2010-07-27 12:45:50 +0000
commit91510a3d127d8d9bb10daec9a9ec22d3ad2c199e (patch)
treeab59385c04e599aeabc7d55784035c6ff401a6b8 /lib/Data/Packed
parente32a16b5d4fc66bee2f28b1b1f7ae8fb3f8a8cf4 (diff)
ghc-binary -> binary, and thanks
Diffstat (limited to 'lib/Data/Packed')
-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