diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-09 11:27:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 304ea610f340073e7a80f997c179b3367e8a2a4e (patch) | |
tree | bb507383e1830c2b712b9dc480988dfff0cd6cbb /haskell/haskell-colour/README | |
parent | 8605fae3fa24a963a1d8cfd9ebc04af5e89149db (diff) |
haskell/haskell-colour: Added (colour library).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-colour/README')
-rw-r--r-- | haskell/haskell-colour/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-colour/README b/haskell/haskell-colour/README new file mode 100644 index 0000000000000..ef7551e57f1b6 --- /dev/null +++ b/haskell/haskell-colour/README @@ -0,0 +1,6 @@ +This package provides a data type for colours and transparency. +Colours can be blended and composed. Various colour spaces are supported. +A module of colour names (Data.Colour.Names) is provided. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |