Skip to content

Commit 1a8d8a2

Browse files
committed
Specify fourmolu
1 parent dfea4c3 commit 1a8d8a2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

configuration-ghc-90.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ let
3838

3939
ormolu = hself.callCabal2nix "ormolu" inputs.ormolu-052 {};
4040

41+
fourmolu = hself.callHackage "fourmolu" "0.10.1.0" {};
42+
4143
# Re-generate HLS drv excluding some plugins
4244
haskell-language-server =
4345
hself.callCabal2nixWithOptions "haskell-language-server" ./.

configuration-ghc-92.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ let
3333

3434
ormolu = hself.callCabal2nix "ormolu" inputs.ormolu-052 {};
3535

36+
fourmolu = hself.callHackage "fourmolu" "0.10.1.0" {};
37+
3638
stylish-haskell = appendConfigureFlag hsuper.stylish-haskell "-fghc-lib";
3739

3840
hie-bios = hself.callCabal2nix "hie-bios" inputs.haskell-hie-bios { };

0 commit comments

Comments
 (0)