diff options
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-regex-compat/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/haskell/haskell-regex-compat/README b/haskell/haskell-regex-compat/README index 2246bedbc724..667b90f647a1 100644 --- a/haskell/haskell-regex-compat/README +++ b/haskell/haskell-regex-compat/README @@ -1,6 +1,4 @@ A module layer over haskell-regex-posix to replace Text.Regex. -This requires ghc and haskell-regex-posix. - -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 |