diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index bb87665..233af43 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -98,19 +98,21 @@ library | |||
98 | Numeric.GSL.Special.Dilog, | 98 | Numeric.GSL.Special.Dilog, |
99 | Numeric.GSL.Special.Elementary, | 99 | Numeric.GSL.Special.Elementary, |
100 | Numeric.GSL.Special.Ellint, | 100 | Numeric.GSL.Special.Ellint, |
101 | Numeric.GSL.Special.Elljac, | ||
101 | Numeric.GSL.Special.Expint, | 102 | Numeric.GSL.Special.Expint, |
102 | Numeric.GSL.Special.Fermi_dirac, | 103 | Numeric.GSL.Special.Fermi_dirac, |
103 | Numeric.GSL.Special.Gegenbauer, | 104 | Numeric.GSL.Special.Gegenbauer, |
104 | Numeric.GSL.Special.Hyperg, | 105 | Numeric.GSL.Special.Hyperg, |
105 | Numeric.GSL.Special.Laguerre, | 106 | Numeric.GSL.Special.Laguerre, |
106 | Numeric.GSL.Special.Lambert, | 107 | Numeric.GSL.Special.Lambert, |
108 | Numeric.GSL.Special.Legendre, | ||
109 | Numeric.GSL.Special.Log, | ||
107 | Numeric.GSL.Special.Pow_int, | 110 | Numeric.GSL.Special.Pow_int, |
108 | Numeric.GSL.Special.Psi, | 111 | Numeric.GSL.Special.Psi, |
109 | Numeric.GSL.Special.Synchrotron, | 112 | Numeric.GSL.Special.Synchrotron, |
113 | Numeric.GSL.Special.Transport, | ||
110 | Numeric.GSL.Special.Trig, | 114 | Numeric.GSL.Special.Trig, |
111 | Numeric.GSL.Special.Zeta, | 115 | Numeric.GSL.Special.Zeta, |
112 | Numeric.GSL.Special.Log, | ||
113 | Numeric.GSL.Special.Legendre, | ||
114 | Numeric.GSL, | 116 | Numeric.GSL, |
115 | Numeric.LinearAlgebra, | 117 | Numeric.LinearAlgebra, |
116 | Numeric.LinearAlgebra.LAPACK, | 118 | Numeric.LinearAlgebra.LAPACK, |