diff options
author | Peter Wang <novalazy@gmail.com> | 2011-09-07 23:07:46 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-21 19:48:31 -0300 |
commit | 0fd78a24c13f6975c562788743b4c0bb586bd159 (patch) | |
tree | 83fed9e1557472d1e219638465bc612cd4486570 /haskell/haskell-dlist/README | |
parent | e0068de61f448e0e40487b391913c767fd80c6ab (diff) |
haskell/haskell-dlist: Added (differences lists for Haskell)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-dlist/README')
-rw-r--r-- | haskell/haskell-dlist/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-dlist/README b/haskell/haskell-dlist/README new file mode 100644 index 000000000000..f25e75b4f33b --- /dev/null +++ b/haskell/haskell-dlist/README @@ -0,0 +1,7 @@ +The dlist package implements differences lists for Haskell: a list-like type +supporting O(1) append and snoc. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |