packages feed

hmatrix-repa-0.1: hmatrix-repa.cabal

Name:               hmatrix-repa
Version:            0.1
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.0.1

cabal-version:      >=1.8

build-type:         Simple

extra-source-files: README INSTALL CHANGES
extra-tmp-files:    hmatrix-repa.buildinfo

library

    Build-Depends:      base >= 4 && < 5,
                        vector >= 0.7,
                        hmatrix >= 0.10.0.4,
                        repa >= 2

    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:     darcs
    location: http://code.haskell.org/hmatrix-repa