diff options
-rw-r--r-- | hmatrix.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 800e7b0..65cdce9 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -98,6 +98,7 @@ library | |||
98 | Exposed-modules: Data.Packed, | 98 | Exposed-modules: Data.Packed, |
99 | Data.Packed.Vector, | 99 | Data.Packed.Vector, |
100 | Data.Packed.Matrix, | 100 | Data.Packed.Matrix, |
101 | Data.Packed.Foreign, | ||
101 | Numeric.GSL.Differentiation, | 102 | Numeric.GSL.Differentiation, |
102 | Numeric.GSL.Integration, | 103 | Numeric.GSL.Integration, |
103 | Numeric.GSL.Fourier, | 104 | Numeric.GSL.Fourier, |