Mobility GHC927 rebased packet-set upgrade#13
Closed
arjunkathuria wants to merge 6 commits intonammayatri:mainfrom
Closed
Mobility GHC927 rebased packet-set upgrade#13arjunkathuria wants to merge 6 commits intonammayatri:mainfrom
arjunkathuria wants to merge 6 commits intonammayatri:mainfrom
Conversation
* Adds the custom package set for GHC-9.2.7 * This tracks specifically the `ghc927` haskell nix packages set. * This package set is meant to be used with the nammayatri set of projects. making ghc-9.2.7 and the accompanying package set the default going forward. * This is meant to upgrade the previous ghc810 package stack.
* Adds a comment w.r.t to the package-set version choice. * This was requested as a PR feedback, found here:- nammayatri#5 (comment)
…in nix/haskell/default.nix * Makes the newly added GHC-9.2.7 the default `basePackages` set in nix/haskell/default.nix file * This commit replaces the old gch810 set with the new ghc927 set.
* Replaces the old ghc810 artifacts and references in the codebase with the newer ghc927 ones, effectively replacing them. * "flake.nix" now exports `ghc927` instead of `ghc810` fields/attribute in flakeModules. * The older ghc810 references have been commented out across the codebase, to be deprecated and removed in the future.
* Adds GHC-9.2.7 package set reference in `what's provided` section * Updates readme with 810 deprecation note
* Migrates the ghc-927 package set to work with the new updated haskell-flake 0.4.0 syntax * Deletes a now-redundant function in the ghc-927 package-set file
943e7aa to
3a12f08
Compare
Contributor
Author
|
^note:- rebased again - 16/06/23 rebased again - newest nammayatri commits failed to build without newer changes in the common repo. |
Member
|
@arjunkathuria When will GHC 9 support be merged to |
srid
approved these changes
Jun 23, 2023
Member
|
Closing since #18 was merged. |
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.
supersedes #6
This PR contains GHC-9.2.7 package set updates (same as #5 , #8), rebased for updated haskell-flake changes, minus the ormolu changes in #10