summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/CG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Internal/CG.hs')
-rw-r--r--packages/base/src/Internal/CG.hs2
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
9import Internal.Vector 9import Internal.Vector
10import Internal.Matrix hiding (mat) 10import Internal.Matrix
11import Internal.Numeric 11import Internal.Numeric
12import Internal.Element 12import Internal.Element
13import Internal.IO 13import Internal.IO