Skip to content

Stackage Server FAQ

Chris Done edited this page Aug 7, 2014 · 15 revisions

How do I use it with sandboxes?

hsenv

With hsenv you can simply edit the .cabal/config file and replace the remote-repo line with the line indicated on the page of the snapshot you want to use.

Cabal sandbox

There is currently no way to specify a remote-repo in a sandbox yet. There is an open issue for this. Once it is addressed you'll be able to have a snapshot per sandbox. Until then, you can either use a stackage globally, or embed your sandbox inside hsenv.

Clone this wiki locally