File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
} ;
35
35
36
36
ghc = if shell . tools . haskellCompilerVersion == null then
37
- "ghc8107 "
37
+ "ghc96 "
38
38
else
39
39
shell . tools . haskellCompilerVersion ;
40
40
Original file line number Diff line number Diff line change 7
7
8
8
version = "0.1.12" ;
9
9
10
- compiler-nix-name = "ghc92 " ;
10
+ compiler-nix-name = "ghc96 " ;
11
11
12
12
# Cabal is a lib library, so haskell.nix would normally use the one coming
13
13
# from the compiler-nix-name (currently 3.2). However cabal-fmt depends on
Original file line number Diff line number Diff line change 7
7
project = pkgs . haskell-nix . hackage-project {
8
8
name = "fourmolu" ;
9
9
version = "0.16.2.0" ;
10
- compiler-nix-name = "ghc982 " ;
10
+ compiler-nix-name = "ghc98 " ;
11
11
12
12
modules =
13
13
[ { packages . fourmolu . components . exes . fourmolu . dontStrip = false ; } ] ;
You can’t perform that action at this time.
0 commit comments