Name: repa Version: 3.2.2.201204.1 License: BSD3 License-file: LICENSE Author: The DPH Team Maintainer: Ben Lippmeier Build-Type: Simple Cabal-Version: >=1.6 Stability: experimental Category: Data Structures Homepage: http://repa.ouroborus.net Bug-reports: repa@ouroborus.net Description: Legacy version for Haskell Platform 2012.04. You will get better performance if you upgrade to the most recent version of GHC. Repa provides high performance, regular, multi-dimensional, shape polymorphic parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nwhatever on the command line when running the program. Synopsis: High performance, regular, shape polymorphic parallel arrays. Library Build-Depends: base == 4.5.*, ghc-prim == 0.2.*, vector == 0.10.*, bytestring == 0.10.*, template-haskell == 2.7.*, QuickCheck == 2.4.* ghc-options: -Wall -fno-warn-missing-signatures -Odph -funbox-strict-fields -fcpr-off extensions: NoMonomorphismRestriction ExplicitForAll EmptyDataDecls BangPatterns TypeFamilies MultiParamTypeClasses FlexibleInstances FlexibleContexts StandaloneDeriving ScopedTypeVariables PatternGuards Exposed-modules: Data.Array.Repa.Eval.Gang Data.Array.Repa.Operators.IndexSpace Data.Array.Repa.Operators.Interleave Data.Array.Repa.Operators.Mapping Data.Array.Repa.Operators.Reduction Data.Array.Repa.Operators.Selection Data.Array.Repa.Operators.Traversal Data.Array.Repa.Repr.ByteString Data.Array.Repa.Repr.Cursored Data.Array.Repa.Repr.Delayed Data.Array.Repa.Repr.ForeignPtr Data.Array.Repa.Repr.HintSmall Data.Array.Repa.Repr.HintInterleave Data.Array.Repa.Repr.Partitioned Data.Array.Repa.Repr.Unboxed Data.Array.Repa.Repr.Undefined Data.Array.Repa.Repr.Vector Data.Array.Repa.Specialised.Dim2 Data.Array.Repa.Stencil.Dim2 Data.Array.Repa.Eval Data.Array.Repa.Index Data.Array.Repa.Shape Data.Array.Repa.Slice Data.Array.Repa.Stencil Data.Array.Repa.Unsafe Data.Array.Repa Other-modules: Data.Array.Repa.Eval.Chunked Data.Array.Repa.Eval.Cursored Data.Array.Repa.Eval.Interleaved Data.Array.Repa.Eval.Elt Data.Array.Repa.Eval.Target Data.Array.Repa.Eval.Load Data.Array.Repa.Eval.Reduction Data.Array.Repa.Eval.Selection Data.Array.Repa.Stencil.Base Data.Array.Repa.Stencil.Template Data.Array.Repa.Stencil.Partition Data.Array.Repa.Base