-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix CI #94
Comments
I'm working on this right now, as well as nixifying slack-web at Mercury. I also have some further plans with it. |
@lf- Sounds good, thank you! |
I just double checked: @MercuryTechnologies can take over maintainership of the library :) Due to vagaries of GitHub design, it would need to be transferred to an individual account who is a member of the organization. I would be happy to do this process with my account One of the plans we have is to open source parts of our internal slack integration such as webhooks and a message builder into slack-web. |
Do you mean it would need to be transferred first to your account (or the account of someone from Mercury) and then from that account to the Mercury organization? |
That's correct, since transferring to an organization requires repository creation permission according to the docs I linked. |
Okay, sounds good! I opened #96 for things related to transferring the library. |
Same PR as #95 but post repo move This uses GitHub Actions and haskell-ci. I decided not to figure out CircleCI. You do need the latest haskell-ci version from git to be able to generate for GHC 9.4.2. But it works! This also builds and tests with GHC 9.4.2 ;-) It also comes with a bonus Nix flake, because I can't help myself I guess 😆 Fixes #94 Co-authored-by: Alexander Vieth <aovieth@gmail.com>
CI is out of date. See #93 (comment) for a recommendation to use
haskell-ci
or switch to GitHub Actions.The text was updated successfully, but these errors were encountered: