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

Remove @borsboom maintainership #7014

Merged
merged 1 commit into from
Jun 22, 2023
Merged

Conversation

borsboom
Copy link
Contributor

@borsboom borsboom commented Jun 20, 2023

I haven't actively used Haskell in some time and am not really able to usefully respond to maintenance requirements for these packages. Is there a way to find someone to take them over?


Checklist:

  • Meaningful commit message, eg add my-cool-package (please don't mention build-constraints.yml)
  • At least 30 minutes have passed since uploading to Hackage
  • If applicable, required system libraries are added to 02-apt-get-install.sh or 03-custom-install.sh
  • (optional) Package is compatible with the latest version of all dependencies (Run cabal update && cabal outdated)
  • (optional) Package have been verified to work with the latest nightly snapshot, e.g by running the verify-package script

The script runs virtually the following commands in a clean directory:

  stack unpack $package-$version # `-$version` is optional
  cd $package-$version
  rm -f stack.yaml && stack init --resolver nightly --ignore-subdirs
  stack build --resolver nightly --haddock --test --bench --no-run-benchmarks

@juhp
Copy link
Contributor

juhp commented Jun 21, 2023

@borsboom could you please move the packages to the Grandfathered or the Unmaintained section instead.
We don't like to remove packages from Stackage "just because", thanks

@borsboom
Copy link
Contributor Author

@juhp Thanks for telling me about the "Grandfathered dependencies" section; I didn't know about that. I've moved the packages there (except for stack which I moved to @mpilgrem's section).

'stack' moved to @mpilgrem, the rest moved to "Grandfathered
dependencies".
@borsboom borsboom force-pushed the remove-borsboom-maintainorship branch from c4b9272 to d19ba52 Compare June 21, 2023 17:28
@alaendle alaendle merged commit d96d7d7 into master Jun 22, 2023
1 check passed
@alaendle alaendle deleted the remove-borsboom-maintainorship branch June 22, 2023 05:17
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

Successfully merging this pull request may close these issues.

5 participants