diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:19:17 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:19:17 -0500 |
commit | 1597a0494ad192907d6258c537e350ba91a2ccbc (patch) | |
tree | 442947da26fbaecae4ba6a6853cd98b0abd5b683 /haskell | |
parent | 90749f70197266ef052d76bbe2c2d9a5969960d5 (diff) | |
download | slackbuilds-1597a0494ad192907d6258c537e350ba91a2ccbc.tar.gz |
haskell/haskell-dlist: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-dlist/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/haskell/haskell-dlist/README b/haskell/haskell-dlist/README index f25e75b4f3..b1c328b5cc 100644 --- a/haskell/haskell-dlist/README +++ b/haskell/haskell-dlist/README @@ -1,7 +1,5 @@ -The dlist package implements differences lists for Haskell: a list-like type -supporting O(1) append and snoc. - -This requires ghc. +The dlist package implements differences lists for Haskell: a list-like +type supporting O(1) append and snoc. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |