summaryrefslogtreecommitdiff
path: root/packages/hmatrix/src/Numeric/Vector.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-05-15 20:30:57 +0200
committerAlberto Ruiz <aruiz@um.es>2014-05-15 20:30:57 +0200
commita86c60a5fbfc73ff3080c88007625c2cd094e80f (patch)
treee2aa5c50ee23eeb35173ac1ffcd43a51fb860003 /packages/hmatrix/src/Numeric/Vector.hs
parent69d1fc1588532b48a946c1501f92ed56600baf4d (diff)
containerboot moved to base
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-------------------------------------------------------------------