File tree Expand file tree Collapse file tree 5 files changed +58
-41
lines changed Expand file tree Collapse file tree 5 files changed +58
-41
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ index-state:
1616 -- Bump this if you need newer packages from Hackage
1717 , hackage.haskell.org 2024-07-23T00:03 :37Z
1818 -- Bump this if you need newer packages from CHaP
19- , cardano-haskell-packages 2024-07-24T06:25 :44Z
19+ , cardano-haskell-packages 2024-08-15T10:40 :33Z
2020
2121packages :
2222 ouroboros-consensus
Original file line number Diff line number Diff line change 7373 default = ghc96 ;
7474 ghc96 = hydraJobs . native . haskell96 . devShell ;
7575 ghc96-profiled = hydraJobs . native . haskell96 . devShellProfiled ;
76- ghc98 = hydraJobs . native . haskell98 . devShell ;
77- ghc98 -profiled = hydraJobs . native . haskell98 . devShellProfiled ;
76+ ghc910 = hydraJobs . native . haskell910 . devShell ;
77+ ghc910 -profiled = hydraJobs . native . haskell910 . devShellProfiled ;
7878
7979 website = pkgs . mkShell {
8080 packages = [ pkgs . nodejs pkgs . yarn ] ;
Original file line number Diff line number Diff line change 4747 ( mkHaskellJobsFor pkgs . hsPkgs . projectVariants . ghc810 )
4848 [ "checks" "devShell" "devShellProfiled" ] ;
4949
50- # also already test GHC 9.8 , but only on Linux to reduce CI load
51- haskell98 = mkHaskellJobsFor pkgs . hsPkgs . projectVariants . ghc98 ;
50+ # also already test GHC 9.10 , but only on Linux to reduce CI load
51+ haskell910 = mkHaskellJobsFor pkgs . hsPkgs . projectVariants . ghc910 ;
5252 } ;
5353 } // lib . optionalAttrs ( buildSystem == "x86_64-linux" ) {
5454 windows = {
Original file line number Diff line number Diff line change 1717 compiler-nix-name = "ghc966" ;
1818 flake . variants = {
1919 ghc810 = { compiler-nix-name = lib . mkForce "ghc8107" ; } ;
20- ghc98 = { compiler-nix-name = lib . mkForce "ghc982 " ; } ;
20+ ghc910 = { compiler-nix-name = lib . mkForce "ghc9101 " ; } ;
2121 } ;
2222 inputMap = {
2323 "https://chap.intersectmbo.org/" = inputs . CHaP ;
You can’t perform that action at this time.
0 commit comments