diff options
-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 |