diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:15:45 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:15:45 -0400 |
commit | b098eccb8593340852ce80958cd7f20c80e47c98 (patch) | |
tree | 108f205eae7a8883bcb5c3b48fb8dd6d663e8614 /haskell | |
parent | 3dad0ce187d1557df777bc915ab36165e70db0f5 (diff) | |
download | slackbuilds-b098eccb8593340852ce80958cd7f20c80e47c98.tar.gz |
haskell/haskell-HUnit: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-HUnit/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-HUnit/README b/haskell/haskell-HUnit/README index fbb9a4fb20..25ef8c8282 100644 --- a/haskell/haskell-HUnit/README +++ b/haskell/haskell-HUnit/README @@ -1,5 +1,5 @@ HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java. -After uninstalling, run this command to unregister the package from the ghc -package database: ghc-pkg recache +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |