Skip to content
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

Publish package #1

Open
kutyel opened this issue Nov 1, 2023 · 3 comments
Open

Publish package #1

kutyel opened this issue Nov 1, 2023 · 3 comments

Comments

@kutyel
Copy link

kutyel commented Nov 1, 2023

Hi! I noticed you are working on this, I'd like to use this package in a side project I'm doing from spago directly, do you know how can I do that?

Thanks in advance!

@codingedgar
Copy link
Owner

Ok, I gave it a try purescript/registry#406

@codingedgar
Copy link
Owner

There is an old version with the same name in the registry: mostalive/purescript-firebase#18. I asked the owner if he could unpublish or if I should change the name of mine.

I'm a bit concerned about polluting the registry with yet another incomplete package, so just for the record, you can use the package with little configuration. Just add this to your package.dhall, and when you spago install, it will resolve to this repo instead of the one currently in the registry.

-- let upstream = https://github.com/purescript/package-sets/releases/download/psc-0.15.4...

let additions =
      { firebase =
        { dependencies =
              [ "aff"
              ] 
          , repo = "https://github.com/codingedgar/purescript-firebase.git"
          , version = "v0.0.8"
          }
      }

in  upstream // additions

@kutyel
Copy link
Author

kutyel commented Nov 3, 2023

Awesome, thanks very much! Hope the registry issue is resolved soon! 🤞🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants