Skip to content

Commit c4cad50

Browse files
authored
Merge pull request #1436 from NotAShelf/fix-cabal-fmt
language/haskell: fix typo in cabal-fmt
2 parents 6dba3fd + 6464146 commit c4cad50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/plugins/languages/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
settings = {
5858
haskell = {
5959
formattingProvider = "ormolu";
60-
cabalFormattingProvider = "cabalfmt";
60+
cabalFormattingProvider = "cabal-fmt";
6161
};
6262
};
6363
};

0 commit comments

Comments
 (0)