name: hmatrix-csv version: 0.1.0.2 synopsis: CSV encoding and decoding for hmatrix. description: Aims to provide easy CSV encoding and decoding of matrices. Right now only matrices of type 'Double' are supported. Please feel free to report issues or possible improvements. Homepage: https://github.com/grtlr/hmatrix-csv license: BSD3 license-file: LICENSE bug-reports: https://github.com/grtlr/hmatrix-csv/issues author: Jochen Goertler maintainer: lyzrd17@gmail.com copyright: (c) 2014 Jochen Goertler category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Csv.HMatrix build-depends: base ==4.*, cassava >=0.4, hmatrix >=0.16, vector >=0.8, bytestring -- hs-source-dirs: default-language: Haskell2010 source-repository head type: git location: https://github.com/grtlr/hmatrix-csv.git