diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-08 16:33:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | d2026423789bb01deee93049f4fc185a3afc3d58 (patch) | |
tree | f760453d91b8544f9e79f51a9aa8eae77e76f127 /haskell/haskell-MonadCatchIO-mtl/slack-desc | |
parent | 05e08e3467b478de2433a9e0c05817d9bc434436 (diff) | |
download | slackbuilds-d2026423789bb01deee93049f4fc185a3afc3d58.tar.gz |
haskell/haskell-MonadCatchIO-mtl: Removed.
No longer used by haskell-cgi.
Requires MonadCatchIO-transformers, which fails with ghc-7.10.3.
Deprecated upstream.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-MonadCatchIO-mtl/slack-desc')
-rw-r--r-- | haskell/haskell-MonadCatchIO-mtl/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/haskell/haskell-MonadCatchIO-mtl/slack-desc b/haskell/haskell-MonadCatchIO-mtl/slack-desc deleted file mode 100644 index 176bb4ada9..0000000000 --- a/haskell/haskell-MonadCatchIO-mtl/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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-MonadCatchIO-mtl: haskell-MonadCatchIO-mtl (Monad-transformer version of haskell-mtl) -haskell-MonadCatchIO-mtl: -haskell-MonadCatchIO-mtl: Provides a monad-transformer version of the Control.Exception.catch -haskell-MonadCatchIO-mtl: function. For this, it defines the MonadCatchIO class, a subset of -haskell-MonadCatchIO-mtl: MonadIO. It defines proper instances for most monad transformers in -haskell-MonadCatchIO-mtl: the mtl library. -haskell-MonadCatchIO-mtl: -haskell-MonadCatchIO-mtl: Homepage: http://hackage.haskell.org/package/MonadCatchIO-mtl -haskell-MonadCatchIO-mtl: -haskell-MonadCatchIO-mtl: -haskell-MonadCatchIO-mtl: |