summaryrefslogtreecommitdiff
path: root/coda-pca.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'coda-pca.cabal')
-rw-r--r--coda-pca.cabal27
1 files changed, 27 insertions, 0 deletions
diff --git a/coda-pca.cabal b/coda-pca.cabal
new file mode 100644
index 0000000..4fedff7
--- /dev/null
+++ b/coda-pca.cabal
@@ -0,0 +1,27 @@
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.34.7.
+--
+-- see: https://github.com/sol/hpack
+
+name: coda-pca
+version: 0.1
+synopsis: PCA on CODA
+maintainer: Justin Bedo <cu@cua0.org>
+license: MIT
+license-file: LICENSE
+build-type: Simple
+
+library
+ exposed-modules:
+ Numeric.CODA.PCA
+ other-modules:
+ Paths_coda_pca
+ c-sources:
+ pca.c
+ build-depends:
+ base
+ , hmatrix
+ , inline-c
+ , vector
+ default-language: Haskell2010