File tree Expand file tree Collapse file tree 2 files changed +29
-11
lines changed Expand file tree Collapse file tree 2 files changed +29
-11
lines changed Original file line number Diff line number Diff line change 142
142
compiler-nix-name =
143
143
if system == "x86_64-linux"
144
144
then lib . mkDefault "ghc810"
145
- else lib . mkDefault "ghc963 " ;
145
+ else lib . mkDefault "ghc96 " ;
146
146
flake . variants =
147
147
let
148
- compilers = lib . optionals ( system == "x86_64-linux" ) [ "ghc963 " ] ;
148
+ compilers = lib . optionals ( system == "x86_64-linux" ) [ "ghc96 " ] ;
149
149
in
150
150
lib . genAttrs compilers ( c : { compiler-nix-name = c ; } ) ;
151
151
154
154
} ;
155
155
156
156
shell . tools = {
157
- cabal = "3.10.1 .0" ;
157
+ cabal = "3.10.3 .0" ;
158
158
ghcid = "0.8.8" ;
159
159
haskell-language-server = {
160
160
src = nixpkgs . haskell-nix . sources . "hls-1.10" ;
319
319
nonRequiredMacOSPaths = [
320
320
"checks.cardano-chain-gen:test:cardano-chain-gen"
321
321
"checks.cardano-db:test:test-db"
322
- "ghc963 .checks.cardano-chain-gen:test:cardano-chain-gen"
323
- "ghc963 .checks.cardano-db:test:test-db"
322
+ "ghc96 .checks.cardano-chain-gen:test:cardano-chain-gen"
323
+ "ghc96 .checks.cardano-db:test:test-db"
324
324
] ;
325
325
326
326
nonRequiredPaths =
You can’t perform that action at this time.
0 commit comments