diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 12:32:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:31 +0700 |
commit | afd1bd52349ebfc264182bf1647ac0621c2022dc (patch) | |
tree | 7dab501677cadda5f2f3069d1134d2ad06c14172 /haskell/haskell-lifted-async/slack-desc | |
parent | d56ea7379dd551357aed41ea2add0a808b141975 (diff) |
haskell/haskell-lifted-async: Added (Run asynch lifted IO).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-lifted-async/slack-desc')
-rw-r--r-- | haskell/haskell-lifted-async/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-lifted-async/slack-desc b/haskell/haskell-lifted-async/slack-desc new file mode 100644 index 0000000000000..f695643ad21fd --- /dev/null +++ b/haskell/haskell-lifted-async/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-lifted-async: haskell-lifted-async (Run lifted IO operations asynchronously) +haskell-lifted-async: +haskell-lifted-async: This package provides IO operations from async package lifted to +haskell-lifted-async: any instance of MonadBase or MonadBaseControl. +haskell-lifted-async: +haskell-lifted-async: +haskell-lifted-async: +haskell-lifted-async: +haskell-lifted-async: +haskell-lifted-async: +haskell-lifted-async: |