Hi Steve, > Now with "cabal install", I can not figure out where to specify the > --prefix. Cabal always complains "failed to install package". I think you're just missing a "--user": $ cabal install --prefix=$HOME --user foo - Chris. -- Chris Ball <cjb at laptop.org>