diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-28 12:16:34 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-28 12:16:34 +0200 |
commit | 2734dd1ddc6b31aba6377ef969a33967babca519 (patch) | |
tree | 5a353499f64d2c4defba6d517628c904cbc82036 /packages/sparse/src/Numeric | |
parent | 3c1c5e59e3d699f3e17519f19d47f7dab2403879 (diff) |
fix static blocks, GMatrix
Diffstat (limited to 'packages/sparse/src/Numeric')
-rw-r--r-- | packages/sparse/src/Numeric/LinearAlgebra/Sparse.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sparse/src/Numeric/LinearAlgebra/Sparse.hs b/packages/sparse/src/Numeric/LinearAlgebra/Sparse.hs index ccf28b7..d098535 100644 --- a/packages/sparse/src/Numeric/LinearAlgebra/Sparse.hs +++ b/packages/sparse/src/Numeric/LinearAlgebra/Sparse.hs | |||
@@ -8,7 +8,7 @@ module Numeric.LinearAlgebra.Sparse ( | |||
8 | ) where | 8 | ) where |
9 | 9 | ||
10 | import Foreign.C.Types(CInt(..)) | 10 | import Foreign.C.Types(CInt(..)) |
11 | import Data.Packed.Development | 11 | import Numeric.LinearAlgebra.Devel |
12 | import System.IO.Unsafe(unsafePerformIO) | 12 | import System.IO.Unsafe(unsafePerformIO) |
13 | import Foreign(Ptr) | 13 | import Foreign(Ptr) |
14 | import Numeric.HMatrix | 14 | import Numeric.HMatrix |