Bump base dependency to <5, test with GHC 8.10.4#8
Open
bjornbm wants to merge 1 commit intodmcclean:masterfrom
Open
Bump base dependency to <5, test with GHC 8.10.4#8bjornbm wants to merge 1 commit intodmcclean:masterfrom
bjornbm wants to merge 1 commit intodmcclean:masterfrom
Conversation
Owner
|
Looks good, thanks.
…On Sat, May 1, 2021 at 8:57 AM Björn Buckwalter ***@***.***> wrote:
FYI I uploaded this one to hackage already. It wasn't building with GHC
8.10.
I think the risk of incremental changes to base breaking this simple
package is small, so I bumped the base constraint to <5. I hope you don't
mind, but I can tighten it down again if you prefer.
------------------------------
You can view, comment on, or merge this pull request online at:
#8
Commit Summary
- Bump base dependency to <5, test with GHC 8.10.4
File Changes
- *M* dimensional-codata.cabal
<https://github.com/dmcclean/dimensional-codata/pull/8/files#diff-04e160371d534c62fad5870210c2f86fc6f2b5c158730fb49d60ac3e518ded2c>
(6)
- *M* stack.yaml
<https://github.com/dmcclean/dimensional-codata/pull/8/files#diff-0de01f189d384bfbe69e806ef70b1a425b27394dbe2a9d0e62ffd010dda86c03>
(2)
Patch Links:
- https://github.com/dmcclean/dimensional-codata/pull/8.patch
- https://github.com/dmcclean/dimensional-codata/pull/8.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAETJU5K5ASOU5TAUEYPXN3TLP3D7ANCNFSM436JVSMA>
.
--
J. Douglas McClean
(781) 561-5540 (cell)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FYI I uploaded this one to hackage already. It wasn't building with GHC 8.10.
I think the risk of incremental changes to
basebreaking this simple package is small, so I bumped thebaseconstraint to<5. I hope you don't mind, but I can tighten it down again if you prefer.