colour-1.0.0: colour.cabal
Name: colour
Version: 1.0.0
Cabal-Version: >= 1.2
License: OtherLicense
License-file: LICENSE
Author: Russell O'Connor
Maintainer: Russell O'Connor <roconnor@theorem.ca>
Build-Type: Simple
Category: data, graphics
Synopsis: A model for human colour/color perception
Description: This package provides a data type for colours and transparency.
Colours can be blended and composed.
sRGB colour space is supported ("Data.Colour.SRGB").
A module of colour names ("Data.Colour.Names") is provided.
Tested-with: GHC == 6.8.2
extra-source-files: Tests.hs README
Library
Build-Depends: base
Exposed-Modules: Data.Colour
Data.Colour.SRGB
Data.Colour.RGBSpace
Data.Colour.Names
Other-Modules: Data.Colour.Internal
Data.Colour.Chan
Data.Colour.RGB
Data.Colour.Matrix
Data.Colour.CIE.Chromaticity
Data.Colour.CIE.Illuminant