-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Architecture and requirements for this library #1
Comments
This was referenced May 4, 2015
Closed
Moved all the particular modules into separate issues. |
We can probably close this issue in favour of our more fine-grained tracking now. |
Agreed |
eriknstevenson
added a commit
to eriknstevenson/stack
that referenced
this issue
Apr 3, 2016
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the list of things that our Stackage library needs to be able to do:
~/.stackage/sandboxes/ghc-7.8.4/lts-2.1/bin
,../lib
, etc.runghc Setup ...
seems like the right call. stackage-build has an implementation of this that has yet to be extracted.These tasks can all be in stackage-common, but optionally can be in other packages. In any case they will come under the same module hierarchy. The fact that this library is used for commandline programs is a matter of incidence rather than design -- for example, fpbuild, fpview, stackage-curator will use these as well as stackage-sandbox and stackage-setup.
The text was updated successfully, but these errors were encountered: