diff options
Diffstat (limited to 'packages/sparse/src/Numeric/LinearAlgebra')
-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 |