< Home - < Back

ghc-monad-control


Information about the package, ghc-monad-control, which is shipped with common Linux distributions. The ghc-monad-control package is designed for, Lift control operations through monad transformers.


Package Name:

ghc-monad-control

Summary:

Lift control operations through monad transformers

Description:

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. See the lifted-base package which uses monad-control to lift IO operations from the base library (like catch or bracket) into any monad that is an instance of MonadBase or MonadBaseControl. This package is a rewrite of Anders Kaseorg's monad-peel library. The main difference is that this package provides CPS style operators and exploits the RankNTypes and TypeFamilies language extensions to simplify and speedup most definitions. A criterion benchmark shows that monad-control is on average about 99% faster than monad-peel.

Architecture:

x86_64

Version:

0.3.1.3

Release:

1.el6

Size:

21 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for ghc-monad-control


Control the ghc-monad-control package with the following handy commands outlined below.


Command

Description of Command

yum install ghc-monad-control

This command will install ghc-monad-control on the server.

yum remove ghc-monad-control

This command will un-install ghc-monad-control on the server. When you run this command, you will be asked if you are sure that you want to remove ghc-monad-control, so you have to manually confirm that you want to do this.

yum -y remove ghc-monad-control

This command will un-install ghc-monad-control on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ghc-monad-control when using the -y flag.

yum update ghc-monad-control

This command will update ghc-monad-control to the latest version. When you run this command, you will be asked if you are sure that you want to remove ghc-monad-control, so you have to manually confirm that you want to do this.

yum -y update ghc-monad-control

This command will update ghc-monad-control to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ghc-monad-control when using the -y flag.

yum info ghc-monad-control

This command will show you core information about the ghc-monad-control package.

yum deplist ghc-monad-control

This command will show you the dependencies for ghc-monad-control. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ghc-monad-control

This command will check if there is an update waiting on ghc-monad-control. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.