diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-09-02 12:05:54 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-09-02 12:05:54 +0000 |
commit | 05f4f9703162317f3d2610a9136a853eea7ab417 (patch) | |
tree | 50147e516830d7867c87873121dfe002d4b12254 /lib/Data/Packed/Internal/Vector.hs | |
parent | 4e6c686dd496e9b7bdd209da3e8fbd3ac47de65a (diff) |
thanks & bump version
Diffstat (limited to 'lib/Data/Packed/Internal/Vector.hs')
-rw-r--r-- | lib/Data/Packed/Internal/Vector.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Data/Packed/Internal/Vector.hs b/lib/Data/Packed/Internal/Vector.hs index e5a7782..43b3fd8 100644 --- a/lib/Data/Packed/Internal/Vector.hs +++ b/lib/Data/Packed/Internal/Vector.hs | |||
@@ -60,6 +60,8 @@ import Data.Vector.Storable(Vector, | |||
60 | unsafeToForeignPtr, | 60 | unsafeToForeignPtr, |
61 | unsafeFromForeignPtr, | 61 | unsafeFromForeignPtr, |
62 | unsafeWith) | 62 | unsafeWith) |
63 | #else | ||
64 | import Foreign.ForeignPtr(withForeignPtr) | ||
63 | #endif | 65 | #endif |
64 | 66 | ||
65 | #ifdef VECTOR | 67 | #ifdef VECTOR |