Cabal install specific version of a package

cabal install derive-0.1.4
On Wed, Sep 2, 2009 at 1:12 PM, Grigory Sarnitskiy
How to install specific version of a package (derive 0.1.4)? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

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
participants (3)
-
Duncan Coutts
-
Grigory Sarnitskiy
-
Job Vranish