blob: 4fedff7bdb61a7a4ba3039c46ab669c3381f6953 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|