-- Initial glasso.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: glasso version: 0.1.0 x-revision: 1 synopsis: Graphical Lasso algorithm description: Graphical Lasso algorithm license: BSD3 license-file: LICENSE author: Kai Zhang maintainer: kai@kzhang.org copyright: (c) 2014 Kai Zhang category: Math build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Algorithms.GLasso -- other-modules: -- other-extensions: build-depends: base >=4.0 && <5.0, vector hs-source-dirs: src c-sources: cbits/hugeglasso.c default-language: Haskell2010 source-repository head type: git location: https://github.com/kaizhang/glasso.git