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/slack-desc | |
parent | e0068de61f448e0e40487b391913c767fd80c6ab (diff) | |
download | slackbuilds-0fd78a24c13f6975c562788743b4c0bb586bd159.tar.gz |
haskell/haskell-dlist: Added (differences lists for Haskell)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-dlist/slack-desc')
-rw-r--r-- | haskell/haskell-dlist/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-dlist/slack-desc b/haskell/haskell-dlist/slack-desc new file mode 100644 index 0000000000..d35ce49fe6 --- /dev/null +++ b/haskell/haskell-dlist/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +haskell-dlist: haskell-dlist (differences lists for Haskell) +haskell-dlist: +haskell-dlist: The dlist package implements differences lists for Haskell: +haskell-dlist: a list-like type supporting O(1) append and snoc. +haskell-dlist: +haskell-dlist: Homepage: http://hackage.haskell.org/package/dlist +haskell-dlist: +haskell-dlist: +haskell-dlist: +haskell-dlist: +haskell-dlist: |