This repository was archived by the owner on Feb 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Support add-source #25
Labels
Comments
This is by no means a solution, but see also #9 |
Support for declaring sandbox sources is pending. |
Declaring sandbox sources is now supported. You will need:
As an example, my fork of tryhaskell now declares sandbox sources in this fashion, but using a public (HTTPS) git URL. |
A more advanced, closed-source example, circuithub-api uses as many as 6 sandbox sources, plus additional dependencies, which cabal-install alone is unable to handle. (haskell/cabal#220, haskell/cabal#779). This includes OS libraries, such as libpcre, and executable-only Cabal packages, such as alex. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use a number of packages not on hackage, and would appreciate being able to use add-source to point to (for eg) a GitHub repo to add it as a source.
The text was updated successfully, but these errors were encountered: