hmatrix-repa-0.1.2: hmatrix-repa.cabal
Name: hmatrix-repa
Version: 0.1.2
License: BSD3
License-file: LICENSE
Copyright: (c) A.V.H. McPhail 2011
Author: Vivian McPhail
Maintainer: haskell.vivian.mcphail <at> gmail <dot> com
Stability: provisional
Homepage: http://code.haskell.org/hmatrix-repa
Synopsis: Adaptors for interoperability between hmatrix and repa
Description:
Adaptors for interoperability between hmatrix and repa
Category: Math, Data
tested-with: GHC ==7.4.1
cabal-version: >=1.8
build-type: Simple
extra-source-files: README INSTALL CHANGES THANKS
extra-tmp-files: hmatrix-repa.buildinfo
library
Build-Depends: base >= 4 && < 5,
vector >= 0.7,
hmatrix >= 0.10.0.4,
repa >= 3 && < 4
Extensions:
hs-source-dirs: lib
Exposed-modules: Data.Packed.Repa
other-modules:
C-sources:
ghc-prof-options: -auto
ghc-options: -Wall -fno-warn-missing-signatures
-fno-warn-orphans
-fno-warn-unused-binds
source-repository head
type: git
location: git@github.com:amcphail/hmatrix-repa.git