diff options
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 0000000000..ef7551e57f --- /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 |