name: colour-accelerate
version: 0.2.0.0
synopsis: Working with colours in Accelerate
description:
This package provides data types for colours and transparency for use with
Accelerate. For further information refer to the main /Accelerate/ package:
<http://hackage.haskell.org/package/accelerate>.
license: BSD3
license-file: LICENSE
author: Trevor L. McDonell
maintainer: Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
copyright: Copyright (c) [2016]. Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
category: Data, Graphics
build-type: Simple
cabal-version: >=1.18
homepage: https://github.com/tmcdonell/colour-accelerate
bug-reports: https://github.com/tmcdonell/colour-accelerate/issues
extra-source-files:
CHANGELOG.md
README.md
examples/*.hs
extra-doc-files:
samples/*.bmp
samples/swatch/*.bmp
library
default-language: Haskell2010
build-depends:
base >= 4.7 && < 4.11
, accelerate >= 1.1
ghc-options: -Wall
exposed-modules:
Data.Array.Accelerate.Data.Colour.HSL
Data.Array.Accelerate.Data.Colour.HSV
Data.Array.Accelerate.Data.Colour.RGB
Data.Array.Accelerate.Data.Colour.RGBA
Data.Array.Accelerate.Data.Colour.SRGB
--
Data.Array.Accelerate.Data.Colour.Names
other-modules:
Data.Array.Accelerate.Data.Colour.Internal.Pack
source-repository head
type: git
location: https://github.com/tmcdonell/colour-accelerate
source-repository this
type: git
tag: 0.2.0.0
location: https://github.com/tmcdonell/colour-accelerate
-- vim: nospell