From f0a7a3b50dc819152d3fb884d03631b324ecfc64 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 5 Jan 2024 14:08:21 +0800 Subject: [PATCH] MAINTAINERS: tweak lts workflow to lts-haskell PR instead of issue [skip ci] --- MAINTAINERS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index a00443da..53ed2c60 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -218,9 +218,8 @@ If you would like to get your package added to the current LTS Haskell major release, please do the following in addition to the steps for Nightly described earlier: * Check that your package can be built with the current LTS version (e.g. `stack build --test --bench --haddock --resolver lts`) -* Open up a new issue on the [lts-haskell repo](https://github.com/fpco/lts-haskell/issues/new) - * Provide a list of packages you would like added - * If relevant, mention any upper bounds that are needed on those packages +* Fork [lts-haskell repo](https://github.com/commercialhaskell/lts-haskell/) if you haven't already +* Open up a pull request on the [lts-haskell repo](https://github.com/commercialhaskell/lts-haskell/compare) for the appropriate `build-constraints/lts-*-build-constraints.yaml` * Be patient! The LTS releases are less frequent than Nightly. The Stackage curators will try to get to your issue as soon as possible, but it may take some time.