diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-08 19:56:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 41b3ac89ca467ef870f8871d9a8fea1b7b02bc9c (patch) | |
tree | d32a96fd9f536141ae597245766768449c066055 /haskell/haskell-fail/slack-desc | |
parent | 1002a766b08b4e99f19f0f4cc217267f16fdda4d (diff) |
haskell/haskell-fail: Added (MonadFail class).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-fail/slack-desc')
-rw-r--r-- | haskell/haskell-fail/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-fail/slack-desc b/haskell/haskell-fail/slack-desc new file mode 100644 index 000000000000..2945c98b3293 --- /dev/null +++ b/haskell/haskell-fail/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-fail: haskell-fail (MonadFail class) +haskell-fail: +haskell-fail: This package contains the Control.Monad.Fail module providing +haskell-fail: the MonadFail class that became available in base-4.9.0.0 for +haskell-fail: older base package versions. +haskell-fail: +haskell-fail: +haskell-fail: +haskell-fail: +haskell-fail: +haskell-fail: |