I just created a new cabal package ( http://hackage.haskell.org/package/json-python-0.1.0.0/candidate ). I want to test it on a separate computer before publishing. Running cabal install json-python doesn't find a candidate, which makes sense. Is there any way to say that the bondage is targeting candidates or a specific tarball url? Otherwise, the best way to install the package on wget the tarball url from my other computer, run tar xf and then install it from the local package? It would be great if someone could add some of this information to another great introduction at http://hackage.haskell.org/upload .
source share