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/README | |
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/README')
-rw-r--r-- | haskell/haskell-split/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-split/README b/haskell/haskell-split/README new file mode 100644 index 0000000000..34eee7435d --- /dev/null +++ b/haskell/haskell-split/README @@ -0,0 +1,5 @@ +A collection of various methods for splitting lists into parts, akin +to the "split" function found in several mainstream languages. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |