Name:             blas-comfort-array
Version:          0.0.0.2
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Homepage:         http://hub.darcs.net/thielema/blas-comfort-array/
Category:         Math
Synopsis:         Auto-generated interface to Fortran BLAS via comfort-array
Description:
  BLAS is a package for efficient basic linear algebra operations.
  The reference implementation is written in FORTRAN.
  This is a semi-automatically generated mid-level wrapper.
  The functions are not ready to use for high-level applications,
  but they are a step closer.
  .
  See also package @lapack-comfort-array@.
Tested-With:      GHC==7.4.2, GHC==7.8.4
Cabal-Version:    1.14
Build-Type:       Simple

Source-Repository this
  Tag:         0.0.0.2
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/blas-comfort-array/

Source-Repository head
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/blas-comfort-array/

Library
  Build-Depends:
    blas-ffi >=0.0 && <0.2,
    netlib-comfort-array >=0.0 && <0.1,
    netlib-ffi >=0.0 && <0.2,
    comfort-array >=0.3 && <0.5,
    storable-complex >=0.2.2 && <0.3,
    transformers >=0.4 && <0.6,
    base >=4.5 && <5

  GHC-Options:      -Wall -fwarn-missing-import-lists
  Hs-Source-Dirs:   src
  Default-Language: Haskell98
  Exposed-Modules:
    Numeric.BLAS.ComfortArray.Float
    Numeric.BLAS.ComfortArray.Double
    Numeric.BLAS.ComfortArray.Real
    Numeric.BLAS.ComfortArray.ComplexFloat
    Numeric.BLAS.ComfortArray.ComplexDouble
    Numeric.BLAS.ComfortArray.Complex
    Numeric.BLAS.ComfortArray.Generic
    Numeric.BLAS.ComfortArray.Miscellaneous