diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:36:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:43 +0700 |
commit | e069dd699bcfb8ae054374e398742647a279267e (patch) | |
tree | 5f408a5874de461b159344449a40114af7220e3a /haskell/haskell-safe/slack-desc | |
parent | 39773944fcbeb576846124fb8ef84087e5fc6e4d (diff) |
haskell/haskell-safe: Added (Library of exception free funcs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-safe/slack-desc')
-rw-r--r-- | haskell/haskell-safe/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-safe/slack-desc b/haskell/haskell-safe/slack-desc new file mode 100644 index 000000000000..1eb044d3796f --- /dev/null +++ b/haskell/haskell-safe/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-safe: haskell-safe (Library of safe (exception free) functions) +haskell-safe: +haskell-safe: A library wrapping Prelude/Data.List functions that can throw +haskell-safe: exceptions, such as head and !!. +haskell-safe: +haskell-safe: +haskell-safe: +haskell-safe: +haskell-safe: +haskell-safe: +haskell-safe: |