about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-04-13 00:23:15 +0200
committersternenseemann <sternenseemann@systemli.org>2023-04-13 00:23:15 +0200
commit31d0beef68f0e29e0538674c0e3d97357b4d3e51 (patch)
tree75fccd8f00670970bba635552ed611b1d44ebe18 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parentfea0eb858a6bdae569db4f183f8b6557c236fb17 (diff)
downloadnixlib-31d0beef68f0e29e0538674c0e3d97357b4d3e51.tar
nixlib-31d0beef68f0e29e0538674c0e3d97357b4d3e51.tar.gz
nixlib-31d0beef68f0e29e0538674c0e3d97357b4d3e51.tar.bz2
nixlib-31d0beef68f0e29e0538674c0e3d97357b4d3e51.tar.lz
nixlib-31d0beef68f0e29e0538674c0e3d97357b4d3e51.tar.xz
nixlib-31d0beef68f0e29e0538674c0e3d97357b4d3e51.tar.zst
nixlib-31d0beef68f0e29e0538674c0e3d97357b4d3e51.zip
haskell.packages.ghc94.ormolu: restore 0.5.* for 9.4 compat
ormolu 0.6 wants ghc-lib* for GHC 9.6. It is probably possible to
upgrade to this version in the 9.4 set in principle, but this seems
simpler for now.
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 b094aa941ade..168e8cc9a77e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -207,8 +207,8 @@ in {
     relative = "cborg";
   }) super.cborg;
 
-  # https://github.com/tweag/ormolu/issues/941
   ormolu = doDistribute self.ormolu_0_5_3_0;
+  # 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);