diff options
author | Bas van Dijk <v.dijk.bas@gmail.com> | 2011-12-24 21:21:29 +0100 |
---|---|---|
committer | Bas van Dijk <v.dijk.bas@gmail.com> | 2011-12-24 21:21:29 +0100 |
commit | 3831bed8a046e53483292a0771ee1ff5b3fecf7a (patch) | |
tree | 44cfac5c6796baf0be7180340b2e6d89d1d4ac52 /lib/Data/Packed/Internal/Common.hs | |
parent | 301a336bdc1b43e3ce637da51653042fe670eef7 (diff) |
Warning police
Diffstat (limited to 'lib/Data/Packed/Internal/Common.hs')
-rw-r--r-- | lib/Data/Packed/Internal/Common.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Data/Packed/Internal/Common.hs b/lib/Data/Packed/Internal/Common.hs index a8c3c3e..60e3444 100644 --- a/lib/Data/Packed/Internal/Common.hs +++ b/lib/Data/Packed/Internal/Common.hs | |||
@@ -27,7 +27,7 @@ module Data.Packed.Internal.Common( | |||
27 | import Foreign | 27 | import Foreign |
28 | import Control.Monad(when) | 28 | import Control.Monad(when) |
29 | import Foreign.C.String(peekCString) | 29 | import Foreign.C.String(peekCString) |
30 | import Foreign.C.Types | 30 | import Foreign.C.Types(CInt(..), CChar) |
31 | import Foreign.Storable.Complex() | 31 | import Foreign.Storable.Complex() |
32 | import Data.List(transpose,intersperse) | 32 | import Data.List(transpose,intersperse) |
33 | import Control.Exception as E | 33 | import Control.Exception as E |