AC-Colour-1.1.2: AC-Colour.cabal
Cabal-Version: >= 1.6
Name: AC-Colour
Version: 1.1.2
Stability: Experimental
Synopsis: Efficient RGB colour types.
Description:
This Haskell library is a basic RGB colour types, with
both @Double@ and @Word8@ channel types. It implements
efficient conversions between the two (GHC-specific),
and general arithmetic over colours.
Changes:
* Now works with GHC 6.12.x.
Category: Data, Math, Numerical, Graphics
License: BSD3
License-file: License.txt
Author: Andrew Coppin
Maintainer: MathematicalOrchid@hotmail.com
Build-Type: Simple
Tested-With: GHC == 6.10.3
Library
Exposed-modules: Data.Colour.Double, Data.Colour.Word8, Data.Colour.FastFloor, Data.Colour
Build-Depends: base >= 4 && < 5, ghc-prim >= 0.1.0.0 && < 0.3
HS-Source-Dirs: .