packages feed

repa-bytestring-1.1.0.0: repa-bytestring.cabal

Name:                repa-bytestring
Version:             1.1.0.0
License:             BSD3
License-file:        LICENSE
Author:              The DPH Team
Maintainer:          Ben Lippmeier <benl@ouroborus.net>
Build-Type:          Simple
Cabal-Version:       >=1.6
Stability:           experimental
Category:            Data Structures
Homepage:            http://trac.haskell.org/repa
Bug-reports:         http://trac.haskell.org/repa/newticket
Description:
        NOTE: You must use the GHC head branch > 6.13.20100309 to get decent performance.
        Conversions between Repa Arrays and ByteStrings.

Synopsis:
        Conversions between Repa Arrays and ByteStrings.

Tested-with: GHC == 6.13.20100309, GHC == 6.12.1

Library
  Build-Depends: 
        base                 == 4.*,
        dph-prim-par         == 0.4.*,
        repa                 == 1.1.*,
        bytestring           == 0.9.1.*

  ghc-options:
        -Odph -Wall -fno-warn-missing-signatures

  Exposed-modules:
        Data.Array.Repa.ByteString