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