diff options
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 baeb5bc..3609bc2 100644 --- a/lib/Data/Packed/Internal/Common.hs +++ b/lib/Data/Packed/Internal/Common.hs | |||
@@ -22,7 +22,7 @@ import Control.Monad(when) | |||
22 | import Debug.Trace | 22 | import Debug.Trace |
23 | import Foreign.C.String(peekCString) | 23 | import Foreign.C.String(peekCString) |
24 | import Foreign.C.Types | 24 | import Foreign.C.Types |
25 | import Foreign.Storable.Complex | 25 | import Foreign.Storable.Complex() |
26 | 26 | ||
27 | 27 | ||
28 | -- | @debug x = trace (show x) x@ | 28 | -- | @debug x = trace (show x) x@ |