diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-11 00:02:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:55 +0700 |
commit | 06e8a6d92e6c9c002e88b7db09f03ab4a00a09ca (patch) | |
tree | 6a88e15b88d5e165ca020b5216f4a4fa6cef7326 /haskell/haskell-split/slack-desc | |
parent | ec6d1511509b1ed5f2b0cdc971d00eb24152431f (diff) | |
download | slackbuilds-06e8a6d92e6c9c002e88b7db09f03ab4a00a09ca.tar.gz |
haskell/haskell-split: Added (combinator library for splitting lists).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-split/slack-desc')
-rw-r--r-- | haskell/haskell-split/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-split/slack-desc b/haskell/haskell-split/slack-desc new file mode 100644 index 0000000000..a576189d79 --- /dev/null +++ b/haskell/haskell-split/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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-split: haskell-split (Combinator library for splitting lists) +haskell-split: +haskell-split: A collection of various methods for splitting lists into parts, akin +haskell-split: to the "split" function found in several mainstream languages. +haskell-split: +haskell-split: +haskell-split: +haskell-split: +haskell-split: +haskell-split: +haskell-split: |