diff options
Diffstat (limited to 'packages/base')
-rw-r--r-- | packages/base/src/Internal/Conversion.hs (renamed from packages/base/src/Numeric/Conversion.hs) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/base/src/Numeric/Conversion.hs b/packages/base/src/Internal/Conversion.hs index 2334e9d..2f4a9c7 100644 --- a/packages/base/src/Numeric/Conversion.hs +++ b/packages/base/src/Internal/Conversion.hs | |||
@@ -16,16 +16,16 @@ | |||
16 | -- Conversion routines | 16 | -- Conversion routines |
17 | -- | 17 | -- |
18 | ----------------------------------------------------------------------------- | 18 | ----------------------------------------------------------------------------- |
19 | {-# OPTIONS_HADDOCK hide #-} | ||
20 | 19 | ||
21 | 20 | ||
22 | module Numeric.Conversion ( | 21 | module Internal.Conversion ( |
23 | Complexable(..), RealElement, | 22 | Complexable(..), RealElement, |
24 | module Data.Complex | 23 | module Data.Complex |
25 | ) where | 24 | ) where |
26 | 25 | ||
27 | import Data.Packed.Internal.Vector | 26 | import Internal.Vector |
28 | import Data.Packed.Internal.Matrix | 27 | import Internal.Matrix |
28 | import Internal.Vectorized | ||
29 | import Data.Complex | 29 | import Data.Complex |
30 | import Control.Arrow((***)) | 30 | import Control.Arrow((***)) |
31 | 31 | ||