name: haskell-eigen-util
version: 0.1.0.0
synopsis: Some utility functions for haskell-eigen library
description: Please see README.md
homepage: https://github.com/dilawar/haskell-eigen-util#Readme.md
license: BSD3
license-file: LICENSE
author: Dilawar Singh
maintainer: dilawars@ncbs.res.in
copyright: 2016 Dilawar Singh
category: Math
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Data.Eigen.Util
build-depends: base >= 4.7 && < 5, eigen, vector
default-language: Haskell2010
test-suite haskell-eigen-util-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, haskell-eigen-util
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/dilawar/haskell-eigen-util