diff options
Diffstat (limited to 'packages/base/src/Internal/CG.hs')
-rw-r--r-- | packages/base/src/Internal/CG.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/src/Internal/CG.hs b/packages/base/src/Internal/CG.hs index 758d130..8c4afee 100644 --- a/packages/base/src/Internal/CG.hs +++ b/packages/base/src/Internal/CG.hs | |||
@@ -7,7 +7,7 @@ module Internal.CG( | |||
7 | ) where | 7 | ) where |
8 | 8 | ||
9 | import Internal.Vector | 9 | import Internal.Vector |
10 | import Internal.Matrix hiding (mat) | 10 | import Internal.Matrix |
11 | import Internal.Numeric | 11 | import Internal.Numeric |
12 | import Internal.Element | 12 | import Internal.Element |
13 | import Internal.IO | 13 | import Internal.IO |