summaryrefslogtreecommitdiff
path: root/packages/hmatrix/src/Numeric/Vector.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/hmatrix/src/Numeric/Vector.hs')
-rw-r--r--packages/hmatrix/src/Numeric/Vector.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hmatrix/src/Numeric/Vector.hs b/packages/hmatrix/src/Numeric/Vector.hs
index 3f480a0..4c59d32 100644
--- a/packages/hmatrix/src/Numeric/Vector.hs
+++ b/packages/hmatrix/src/Numeric/Vector.hs
@@ -20,7 +20,7 @@
20 20
21module Numeric.Vector () where 21module Numeric.Vector () where
22 22
23import Numeric.GSL.Vector 23import Numeric.Vectorized
24import Numeric.Container 24import Numeric.Container
25 25
26------------------------------------------------------------------- 26-------------------------------------------------------------------