< Home - < Back

cabal-dev


Information about the package, cabal-dev, which is shipped with common Linux distributions. The cabal-dev package is designed for, Haskell package sandboxing development tool.


Package Name:

cabal-dev

Summary:

Haskell package sandboxing development tool

Description:

cabal-dev is a tool for managing development builds of Haskell projects. It supports maintaining sandboxed cabal-install repositories, and sandboxed ghc package databases. By default, it uses a cabal-dev directory under the current working directory as the sandbox. For most packages, just use cabal-dev instead of cabal, and you will get a sandboxed build that will not install anything (even automatically installed dependencies) into the user or global ghc package databases. If your build depends on patched or unreleased libraries, you can add them to your sandboxed build environment.

Architecture:

x86_64

Version:

0.9.1

Release:

1.el6

Size:

762 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for cabal-dev


Control the cabal-dev package with the following handy commands outlined below.


Command

Description of Command

yum install cabal-dev

This command will install cabal-dev on the server.

yum remove cabal-dev

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

yum -y remove cabal-dev

This command will un-install cabal-dev 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 cabal-dev when using the -y flag.

yum update cabal-dev

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

yum -y update cabal-dev

This command will update cabal-dev 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 cabal-dev when using the -y flag.

yum info cabal-dev

This command will show you core information about the cabal-dev package.

yum deplist cabal-dev

This command will show you the dependencies for cabal-dev. 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 cabal-dev

This command will check if there is an update waiting on cabal-dev. 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.