-
Notifications
You must be signed in to change notification settings - Fork 110
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
Relax text bounds to allow text-2.0 #433
Conversation
This was tested by using an explicit override with this diff: --- a/stack-9.2.yaml +++ b/stack-9.2.yaml @@ -21,5 +21,10 @@ packages: - proto-lens-tests - proto-lens-tests-dep +extra-deps: + - text-2.0 + - Cabal-3.6.3.0@sha256:ff97c442b0c679c1c9876acd15f73ac4f602b973c45bde42b43ec28265ee48f4,12459 + - parsec-3.1.15.0@sha256:a162d4cc8884014ba35192545cad293af0529fe11497aad8834bbaaa3dfffc26,4429 + ghc-options: "$locals": -Wall -Werror
text-2.0 will be in ghc-9.4, so I might as well front-load this boundary relaxation since I'm in the area. |
@brandon-leapyear if you have some time, could you check if I'll cover everything by releasing these packages:
|
✨ This is an old work account. Please reference @brandonchinn178 for all future communication ✨ At the very least, that's all that my company uses :). A quick search of Hackage indicates that that seems correct |
✨ This is an old work account. Please reference @brandonchinn178 for all future communication ✨ FYI @blackgnezdo So in general, releasing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This was tested by using an explicit override with this diff: --- a/stack-9.2.yaml +++ b/stack-9.2.yaml @@ -21,5 +21,10 @@ packages: - proto-lens-tests - proto-lens-tests-dep +extra-deps: + - text-2.0 + - Cabal-3.6.3.0@sha256:ff97c442b0c679c1c9876acd15f73ac4f602b973c45bde42b43ec28265ee48f4,12459 + - parsec-3.1.15.0@sha256:a162d4cc8884014ba35192545cad293af0529fe11497aad8834bbaaa3dfffc26,4429 + ghc-options: "$locals": -Wall -Werror
This was tested by using an explicit override with this diff: --- a/stack-9.2.yaml +++ b/stack-9.2.yaml @@ -21,5 +21,10 @@ packages: - proto-lens-tests - proto-lens-tests-dep +extra-deps: + - text-2.0 + - Cabal-3.6.3.0@sha256:ff97c442b0c679c1c9876acd15f73ac4f602b973c45bde42b43ec28265ee48f4,12459 + - parsec-3.1.15.0@sha256:a162d4cc8884014ba35192545cad293af0529fe11497aad8834bbaaa3dfffc26,4429 + ghc-options: "$locals": -Wall -Werror
This was tested by using an explicit override with this diff: --- a/stack-9.2.yaml +++ b/stack-9.2.yaml @@ -21,5 +21,10 @@ packages: - proto-lens-tests - proto-lens-tests-dep +extra-deps: + - text-2.0 + - Cabal-3.6.3.0@sha256:ff97c442b0c679c1c9876acd15f73ac4f602b973c45bde42b43ec28265ee48f4,12459 + - parsec-3.1.15.0@sha256:a162d4cc8884014ba35192545cad293af0529fe11497aad8834bbaaa3dfffc26,4429 + ghc-options: "$locals": -Wall -Werror
This was tested by using an explicit override with this diff: