diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:36 -0400 |
commit | f238d7bb26b33f8e9f3268f93af0fc772416b3ad (patch) | |
tree | 4e257a506dd6632e9bf53d548fedd52564824606 /haskell | |
parent | ee069cdbb239f94060b4d429a74466cbae7de385 (diff) |
haskell/haskell-colour: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-colour/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-colour/README b/haskell/haskell-colour/README index ef7551e57f1b..094edcf480d8 100644 --- a/haskell/haskell-colour/README +++ b/haskell/haskell-colour/README @@ -1,6 +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. +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 |