Skip to content

Commit b7f1ab3

Browse files
authored
Update fourmolu.nix (drop patch specific version)
1 parent fb8af36 commit b7f1ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext/fourmolu.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77
project = pkgs.haskell-nix.hackage-project {
88
name = "fourmolu";
99
version = "0.16.2.0";
10-
compiler-nix-name = "ghc982";
10+
compiler-nix-name = "ghc98";
1111

1212
modules =
1313
[{ packages.fourmolu.components.exes.fourmolu.dontStrip = false; }];

0 commit comments

Comments
 (0)