diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:49 -0400 |
commit | ffb22dea6f0edcd0c47761f77609bce378480bb3 (patch) | |
tree | f2cbbd68e43f008ecad8c32cead38f4e319eb478 /haskell/haskell-fail | |
parent | 87bdf0dc7a03b492f5cf3be7a3f005965878d687 (diff) |
haskell/haskell-fail: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell/haskell-fail')
-rw-r--r-- | haskell/haskell-fail/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/haskell/haskell-fail/README b/haskell/haskell-fail/README index 9c3ca94609c1..79911f67bf74 100644 --- a/haskell/haskell-fail/README +++ b/haskell/haskell-fail/README @@ -1,9 +1,10 @@ -This package contains the Control.Monad.Fail module providing the MonadFail -class that became available in base-4.9.0.0 for older base package versions. +This package contains the Control.Monad.Fail module providing the +MonadFail class that became available in base-4.9.0.0 for older base +package versions. -This package turns into an empty package when used with GHC versions which -already provide the Control.Monad.Fail module to make way for GHC's own -Control.Monad.Fail module. +This package turns into an empty package when used with GHC versions +which already provide the Control.Monad.Fail module to make way for +GHC's own Control.Monad.Fail module. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |