diff options
-rw-r--r-- | haskell/haskell-stm/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/haskell/haskell-stm/README b/haskell/haskell-stm/README index 1ef22a9627..344911f2dc 100644 --- a/haskell/haskell-stm/README +++ b/haskell/haskell-stm/README @@ -1,6 +1,4 @@ A modular composable concurrency abstraction for Haskell. -This requires ghc. - -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 |