diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:12 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:12 -0400 |
commit | 7f329bedfa4f35ea08d97534739ffba7b25aa115 (patch) | |
tree | c03d5bc591f53897f6cbdb92d495170f22c8c082 /haskell/haskell-base16-bytestring | |
parent | 2c6371f2ffb6319222cbcfa7f4c1d3d1b4b78d06 (diff) |
haskell/haskell-base16-bytestring: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell/haskell-base16-bytestring')
-rw-r--r-- | haskell/haskell-base16-bytestring/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/haskell/haskell-base16-bytestring/README b/haskell/haskell-base16-bytestring/README index 0b296e6a4639..465e561f7a73 100644 --- a/haskell/haskell-base16-bytestring/README +++ b/haskell/haskell-base16-bytestring/README @@ -1,5 +1,6 @@ -This package provides a Haskell library for working with base16-encoded data -quickly and efficiently, using the ByteString type. +This package provides a Haskell library for working with +base16-encoded data quickly and efficiently, using the ByteString +type. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |