summaryrefslogtreecommitdiff
path: root/lib/Data
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data')
-rw-r--r--lib/Data/Packed/Internal.hs23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/Data/Packed/Internal.hs b/lib/Data/Packed/Internal.hs
new file mode 100644
index 0000000..a7fca1a
--- /dev/null
+++ b/lib/Data/Packed/Internal.hs
@@ -0,0 +1,23 @@
1-----------------------------------------------------------------------------
2-- |
3-- Module : Data.Packed.Internal
4-- Copyright : (c) Alberto Ruiz 2007
5-- License : GPL-style
6--
7-- Maintainer : Alberto Ruiz <aruiz@um.es>
8-- Stability : provisional
9-- Portability : portable
10--
11-- Reexports all internal modules
12--
13-----------------------------------------------------------------------------
14
15module Data.Packed.Internal (
16 module Data.Packed.Internal.Common,
17 module Data.Packed.Internal.Vector,
18 module Data.Packed.Internal.Matrix
19) where
20
21import Data.Packed.Internal.Common
22import Data.Packed.Internal.Vector
23import Data.Packed.Internal.Matrix