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
Hello !
I noticed tz is unavailable in the current Stackage LTS. Adding a package looks simple enough, the Stackage team recommends maintainers to add their own packages : https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#adding-a-package
tz
Would you mind taking a look ?
The text was updated successfully, but these errors were encountered:
Seems like the current reason for not having it in Stackage Nightly is that the flag template-haskell is on by default and forbids GHC 9. https://github.com/commercialhaskell/stackage/blob/f3bebb771742688c3a934396656b55a69ee80584/build-constraints.yaml#L6568
template-haskell
Using Nightly, I can only turn off that flag by adding an extra-dep though.
Sorry, something went wrong.
No branches or pull requests
Hello !
I noticed
tz
is unavailable in the current Stackage LTS.Adding a package looks simple enough, the Stackage team recommends maintainers to add their own packages :
https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#adding-a-package
Would you mind taking a look ?
The text was updated successfully, but these errors were encountered: