Andrew Clemons fcc9f11f80 haskell/haskell-monad-control: Fix dependencies. 2 years ago
..
README 846306ff75 haskell/haskell-monad-control: Added (lift control ops through monad transformers). 9 years ago
doinst.sh 846306ff75 haskell/haskell-monad-control: Added (lift control ops through monad transformers). 9 years ago
haskell-monad-control.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 2 years ago
haskell-monad-control.info fcc9f11f80 haskell/haskell-monad-control: Fix dependencies. 2 years ago
slack-desc 846306ff75 haskell/haskell-monad-control: Added (lift control ops through monad transformers). 9 years ago

README

This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad. Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.

After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache