diff options
Diffstat (limited to 'lib/Data/Packed/Internal.hs')
-rw-r--r-- | lib/Data/Packed/Internal.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Data/Packed/Internal.hs b/lib/Data/Packed/Internal.hs index 822bb1b..e5028d3 100644 --- a/lib/Data/Packed/Internal.hs +++ b/lib/Data/Packed/Internal.hs | |||
@@ -11,15 +11,14 @@ | |||
11 | -- Reexports all internal modules | 11 | -- Reexports all internal modules |
12 | -- | 12 | -- |
13 | ----------------------------------------------------------------------------- | 13 | ----------------------------------------------------------------------------- |
14 | -- #hide | ||
14 | 15 | ||
15 | module Data.Packed.Internal ( | 16 | module Data.Packed.Internal ( |
16 | module Data.Packed.Internal.Common, | 17 | module Data.Packed.Internal.Common, |
17 | module Data.Packed.Internal.Vector, | 18 | module Data.Packed.Internal.Vector, |
18 | module Data.Packed.Internal.Matrix, | 19 | module Data.Packed.Internal.Matrix, |
19 | -- module Data.Packed.Internal.Tensor | ||
20 | ) where | 20 | ) where |
21 | 21 | ||
22 | import Data.Packed.Internal.Common | 22 | import Data.Packed.Internal.Common |
23 | import Data.Packed.Internal.Vector | 23 | import Data.Packed.Internal.Vector |
24 | import Data.Packed.Internal.Matrix | 24 | import Data.Packed.Internal.Matrix \ No newline at end of file |
25 | --import Data.Packed.Internal.Tensor \ No newline at end of file | ||