Name: JuicyPixels-repa
Version: 0.2
Synopsis: Convenience functions to obtain array representations of images.
Description: This wraps the Juicy.Pixels library to convert into 'Repa' and
'Data.Vector.Storable' formats.
License: BSD3
License-file: LICENSE
Author: Thomas M. DuBuisson
Maintainer: Thomas.DuBuisson@gmail.com
Copyright: Thomas M. DuBuisson 2012
Category: Graphics
Build-type: Simple
-- Extra-source-files:
Cabal-version: >=1.6
Library
Exposed-modules: Codec.Picture.Repa
Build-depends: base >= 4.0 && < 5, repa >= 2.1 && < 2.3
, JuicyPixels >= 1.1 && < 1.3
, vector >= 0.9 && < 0.10
, bytestring >= 0.9 && < 0.10
-- Other-modules:
-- Build-tools: