Cabal revisions of colour-accelerate-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: colour-accelerate-version: 0.1.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.10--homepage: https://github.com/tmcdonell/colour-accelerate-bug-reports: https://github.com/tmcdonell/colour-accelerate/issues--extra-source-files:- README.md- examples/*.hs--extra-doc-files:- samples/*.bmp- samples/swatch/*.bmp--library- default-language: Haskell2010- build-depends:- base >= 4.7 && < 4.10- , accelerate >= 0.16-- 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.1.0.0- location: https://github.com/tmcdonell/colour-accelerate---- vim: nospell-+name: colour-accelerate +version: 0.1.0.0 +x-revision: 1 +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.10 + +homepage: https://github.com/tmcdonell/colour-accelerate +bug-reports: https://github.com/tmcdonell/colour-accelerate/issues + +extra-source-files: + README.md + examples/*.hs + +extra-doc-files: + samples/*.bmp + samples/swatch/*.bmp + +library + default-language: Haskell2010 + build-depends: + base >= 4.7 && < 4.11 + , accelerate >= 0.16 + + 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.1.0.0 + location: https://github.com/tmcdonell/colour-accelerate + +-- vim: nospell +
revision 2
name: colour-accelerate version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Working with colours in Accelerate description: This package provides data types for colours and transparency for use with default-language: Haskell2010 build-depends: base >= 4.7 && < 4.11 - , accelerate >= 0.16 + , accelerate == 1.0.* ghc-options: -Wall