name: colour-accelerate version: 0.3.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: . license: BSD3 license-file: LICENSE author: Trevor L. McDonell maintainer: Trevor L. McDonell copyright: Copyright (c) [2016]. Trevor L. McDonell 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.12 , accelerate >= 1.2 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.3.0.0 location: https://github.com/tmcdonell/colour-accelerate -- vim: nospell