From ffb22dea6f0edcd0c47761f77609bce378480bb3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 15:17:49 -0400 Subject: haskell/haskell-fail: Wrap README at 72 columns. Signed-off-by: B. Watson --- haskell/haskell-fail/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'haskell') diff --git a/haskell/haskell-fail/README b/haskell/haskell-fail/README index 9c3ca94609..79911f67bf 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 -- cgit v1.2.3-65-gdbad