about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorTristan McLeay <tristan.mcleay@scrive.com>2023-04-18 11:10:06 +0200
committerTristan McLeay <tristan.mcleay@scrive.com>2023-04-18 14:59:03 +0200
commitcc8b4a260ba2ea5d435460e5de58de2e1677ee94 (patch)
treed3ba421b798f87fb47664384de4dd394b4f7ba03 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent9520d3dde0fab7f6e3ab58b25bb73812835208f8 (diff)
downloadnixlib-cc8b4a260ba2ea5d435460e5de58de2e1677ee94.tar
nixlib-cc8b4a260ba2ea5d435460e5de58de2e1677ee94.tar.gz
nixlib-cc8b4a260ba2ea5d435460e5de58de2e1677ee94.tar.bz2
nixlib-cc8b4a260ba2ea5d435460e5de58de2e1677ee94.tar.lz
nixlib-cc8b4a260ba2ea5d435460e5de58de2e1677ee94.tar.xz
nixlib-cc8b4a260ba2ea5d435460e5de58de2e1677ee94.tar.zst
nixlib-cc8b4a260ba2ea5d435460e5de58de2e1677ee94.zip
fourmolu: 0.10.0.0 -> 0.10.1.0
Restore bugfix release previously part of nixpkgs.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 168e8cc9a77e..ed7c0e7cbaa0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -211,7 +211,7 @@ in {
   # https://github.com/tweag/ormolu/issues/941
   fourmolu = overrideCabal (drv: {
     libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
-  }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_0_0);
+  }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);
 
   # Apply workaround for Cabal 3.8 bug https://github.com/haskell/cabal/issues/8455
   # by making `pkg-config --static` happy. Note: Cabal 3.9 is also affected, so