[Haskell-cafe] Cabal install specific version of a package
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Mon Sep 7 07:52:34 EDT 2009
On Wed, 2009-09-02 at 21:12 +0400, Grigory Sarnitskiy wrote:
> How to install specific version of a package (derive 0.1.4)?
For other examples see the --help output:
$ cabal install --help
[..snip..]
Examples:
cabal install Package in the current directory
cabal install foo Package from the hackage server
cabal install foo-1.0 Specific version of a package
cabal install 'foo < 2' Constrained package version
More information about the Haskell-Cafe
mailing list