
9 Dec
2013
9 Dec
'13
4:45 p.m.
Michael Baker
I have a library which isn't on Hackage that I would like to use as a build dependency in another project. In Rubygems you can provide a git repository in the absence of an actual Rubygems repository.
Use a git submodule (or place the source code to the package anywhere on your file system) then use `cabal sandbox add-source <path>`. Provided of course that you're using cabal sandboxes. -- Peter Jones, Founder, Devalot.com Defending the honor of good code