Name: repa-io 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. Read and write Repa arrays in various formats. Synopsis: Read and write Repa arrays in various formats. Library Build-Depends: base == 4.5.*, old-time == 1.1.*, repa == 3.2.2.201204.*, bytestring == 0.10.*, vector == 0.10.*, binary == 0.5.1.*, bmp >= 1.2.3.2 && < 1.2.4 ghc-options: -O2 -Wall -fno-warn-missing-signatures Exposed-modules: Data.Array.Repa.IO.Binary Data.Array.Repa.IO.BMP Data.Array.Repa.IO.Matrix Data.Array.Repa.IO.Timing Data.Array.Repa.IO.Vector Other-modules: Data.Array.Repa.IO.Internals.Text