about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNicolas Pouillard <nicolas.pouillard@gmail.com>2023-10-14 00:27:26 +0200
committerNicolas Pouillard <nicolas.pouillard@gmail.com>2023-10-14 00:27:26 +0200
commit45dfae0893d5d5bd0c74fb5cf6d9617829dd7597 (patch)
tree1b8d5351131ccd338071e2f86d47ba4547043a88 /pkgs/development/haskell-modules
parentc49f4c784c21883f1b4370bf4c3dc7bf9a71651d (diff)
haskell.packages.ghc96.fourmolu: 0.13.1.0 -> 0.14.0.0
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index 27b955e6efe8f..a23364a731497 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -166,7 +166,7 @@ self: super: {
       hls-floskell-plugin = null;
     };
 
-  fourmolu = super.fourmolu_0_13_1_0;
+  fourmolu = super.fourmolu_0_14_0_0;
   ormolu = self.generateOptparseApplicativeCompletions [ "ormolu" ] (enableSeparateBinOutput super.ormolu_0_7_2_0);
   stylish-haskell = super.stylish-haskell_0_14_5_0;