diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-06-06 13:10:09 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-06-06 13:10:09 +0200 |
commit | de69c1cd115cf2702f4ef6c6932d25ae52375e83 (patch) | |
tree | 03b0b87816a380bf5628ad791b2f034529eaf4e4 /packages/base/src/Internal/Vectorized.hs | |
parent | 3e4cdbadb0277010b0e089615e3053f6705332cb (diff) |
remove Tools
Diffstat (limited to 'packages/base/src/Internal/Vectorized.hs')
-rw-r--r-- | packages/base/src/Internal/Vectorized.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/base/src/Internal/Vectorized.hs b/packages/base/src/Internal/Vectorized.hs index ddb14c9..b9b8239 100644 --- a/packages/base/src/Internal/Vectorized.hs +++ b/packages/base/src/Internal/Vectorized.hs | |||
@@ -14,10 +14,8 @@ | |||
14 | 14 | ||
15 | module Internal.Vectorized where | 15 | module Internal.Vectorized where |
16 | 16 | ||
17 | import Internal.Tools | ||
18 | import Internal.Vector | 17 | import Internal.Vector |
19 | import Internal.Devel | 18 | import Internal.Devel |
20 | |||
21 | import Data.Complex | 19 | import Data.Complex |
22 | import Foreign.Marshal.Alloc(free,malloc) | 20 | import Foreign.Marshal.Alloc(free,malloc) |
23 | import Foreign.Marshal.Array(newArray,copyArray) | 21 | import Foreign.Marshal.Array(newArray,copyArray) |
@@ -26,9 +24,8 @@ import Foreign.Storable(peek,Storable) | |||
26 | import Foreign.C.Types | 24 | import Foreign.C.Types |
27 | import Foreign.C.String | 25 | import Foreign.C.String |
28 | import System.IO.Unsafe(unsafePerformIO) | 26 | import System.IO.Unsafe(unsafePerformIO) |
29 | |||
30 | import Control.Monad(when) | 27 | import Control.Monad(when) |
31 | import Data.Vector.Storable ( unsafeWith ) | 28 | |
32 | 29 | ||
33 | 30 | ||
34 | fromei x = fromIntegral (fromEnum x) :: CInt | 31 | fromei x = fromIntegral (fromEnum x) :: CInt |