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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
