about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-03-30 13:33:10 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-03-30 13:33:10 +0900
commitcd111f458f4db5ca5ef6c1316c3fa6fc12b241a8 (patch)
tree9824fb4885147261c471eb1a370519109b792b10 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parentdc532b18f2d7ffd8e4aad708c60a3e1b996f818e (diff)
downloadnixlib-cd111f458f4db5ca5ef6c1316c3fa6fc12b241a8.tar
nixlib-cd111f458f4db5ca5ef6c1316c3fa6fc12b241a8.tar.gz
nixlib-cd111f458f4db5ca5ef6c1316c3fa6fc12b241a8.tar.bz2
nixlib-cd111f458f4db5ca5ef6c1316c3fa6fc12b241a8.tar.lz
nixlib-cd111f458f4db5ca5ef6c1316c3fa6fc12b241a8.tar.xz
nixlib-cd111f458f4db5ca5ef6c1316c3fa6fc12b241a8.tar.zst
nixlib-cd111f458f4db5ca5ef6c1316c3fa6fc12b241a8.zip
haskell.packages.ghc944.fourmolu_0_11_0_0: unbreak
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 dd472ae93f5a..4e61341c0dd9 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -221,7 +221,7 @@ in {
   ormolu = doDistribute self.ormolu_0_5_3_0;
   fourmolu = overrideCabal (drv: {
     libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
-  }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);
+  }) (disableCabalFlag "fixity-th" super.fourmolu_0_11_0_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