diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:34:14 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:34:14 -0500 |
commit | 944278b83f8940a14726c5f7b510925b00d056a3 (patch) | |
tree | 030a0d62ee7025da48051253059451d21caf6746 /haskell/haskell-stm | |
parent | df426c15fe28f6151baa04386ac6b9b3b6e5c389 (diff) | |
download | slackbuilds-944278b83f8940a14726c5f7b510925b00d056a3.tar.gz |
haskell/haskell-stm: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-stm')
-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 |