diff options
Diffstat (limited to 'haskell/haskell-xml/README')
-rw-r--r-- | haskell/haskell-xml/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-xml/README b/haskell/haskell-xml/README index ee185c420a..a57b3157fa 100644 --- a/haskell/haskell-xml/README +++ b/haskell/haskell-xml/README @@ -1,6 +1,6 @@ A simple XML library for Haskell programs. -This requires ghc. +This requires ghc, and haskell-text. -When uninstalling, run the following 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 |