-
Notifications
You must be signed in to change notification settings - Fork 42
Drop GHC support for <9.6.7 #534
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
base: master
Are you sure you want to change the base?
Conversation
2f11df5
to
629a312
Compare
629a312
to
017b916
Compare
index-state: cardano-haskell-packages 2025-05-14T07:44:24Z | ||
index-state: cardano-haskell-packages 2025-04-08T17:22:48Z |
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.
This change was necessary in order to be able to reuse the flake inputs that do not cause a problem on MacOS.
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.
You should not be downgrading index-state
017b916
to
0b06f22
Compare
0b06f22
to
f3a4da3
Compare
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.
@aniketd I recommend you upgrade to latest haskellNix
and if it gives you issues then reach out to someone on #dx-pub
Hacking around it by using an older state only delays the problem.
index-state: cardano-haskell-packages 2025-05-14T07:44:24Z | ||
index-state: cardano-haskell-packages 2025-04-08T17:22:48Z |
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.
You should not be downgrading index-state
@@ -207,7 +201,7 @@ | |||
}; | |||
in | |||
mkDevShells cabalProject | |||
# Additional shells for every GHC version supported by haskell.nix, eg. `nix develop .#ghc8107` | |||
# Additional shells for every GHC version supported by haskell.nix, eg. `nix develop .#ghc8122` |
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.
# Additional shells for every GHC version supported by haskell.nix, eg. `nix develop .#ghc8122` | |
# Additional shells for every GHC version supported by haskell.nix, eg. `nix develop .#ghc9122` |
Description
Closes #530
Checklist
New tests are added if needed and existing tests are updatedAll visible changes are prepended to the latest section of aCHANGELOG.md
for the affected packages.New section is never added with the code changes. (See RELEASING.md)
.cabal
andCHANGELOG.md
files according to theversioning process.
.cabal
files for all affected packages are updated.If you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md)