summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorMike Ledger <eleventynine@gmail.com>2013-06-24 21:32:39 +1000
committerMike Ledger <eleventynine@gmail.com>2013-06-24 21:32:39 +1000
commit95b8e835700afc61da5ff17d1fea289431f69dc5 (patch)
treecb2ac94acfcc55085bbf948e22b2aa862ef1c687 /hmatrix.cabal
parent3c3760017f01a54f95f609f05f4e0e25c6fdf88f (diff)
add Data.Packed.Foreign
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal1
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,