Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nix
lint-utils
Commits
9ba45de1
Commit
9ba45de1
authored
3 years ago
by
Sridhar Ratnakumar
Browse files
Options
Download
Email Patches
Plain Diff
Add fourmolu and ormolu to apps
parent
3a4289e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib.nix
lib.nix
+2
-0
No files found.
lib.nix
View file @
9ba45de1
...
...
@@ -84,10 +84,12 @@ rec {
apps
=
{
cabal-fmt
=
lint-app
cabal-fmt
;
dhall-format
=
lint-app
dhall-format
;
fourmolu
=
opts
:
lint-app
(
fourmoluWithOpts
opts
);
fourmoluStandardGhc8107
=
lint-app
fourmoluStandardGhc8107
;
fourmoluStandardGhc921
=
lint-app
fourmoluStandardGhc921
;
hpack
=
lint-app
hpack
;
nixpkgs-fmt
=
lint-app
nixpkgs-fmt
;
ormolu
=
opts
:
lint-app
(
ormoluWithOpts
opts
);
ormoluStandardGhc8107
=
lint-app
ormoluStandardGhc8107
;
ormoluStandardGhc921
=
lint-app
ormoluStandardGhc921
;
stylish-haskell
=
lint-app
stylish-haskell
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment