We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What do you think about the command for adding remote repo packages like:
spago add https://github.com/Unisay/purescript-facebook
spago could read remote bower.json (or spago.dhall if exsists) for the dependencies list and the name.
bower.json
spago.dhall
and would automatically do what described here: https://github.com/purescript/spago#add-a-package-to-the-package-set
let upstream = -- <package set URL here> in upstream with facebook = { dependencies = [ "console" , "aff" , "prelude" , "foreign" , "foreign-generic" , "errors" , "effect" ] , repo = "https://github.com/Unisay/purescript-facebook.git" , version = "v0.3.0" -- branch, tag, or commit hash }
This could also work for adding local packages like:
spago add ./my-package --name override-pkg-name
if locates spago.dhall would add to packages.dhall:
packages.dhall
with override-pkg-name = ./my-package/spago.dhall as Location
The text was updated successfully, but these errors were encountered:
Is this a duplicate of #404?
Sorry, something went wrong.
I believe the kind of.
No branches or pull requests
What do you think about the command for adding remote repo packages like:
spago could read remote
bower.json
(orspago.dhall
if exsists) for the dependencies list and the name.and would automatically do what described here: https://github.com/purescript/spago#add-a-package-to-the-package-set
This could also work for adding local packages like:
if locates
spago.dhall
would add topackages.dhall
:The text was updated successfully, but these errors were encountered: