summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-09-29 23:51:46 +0200
committersternenseemann <sternenseemann@systemli.org>2021-09-29 23:51:46 +0200
commitf1cdcd739a981384caf4598f50c44910d5c4b22d (patch)
treea36608600cb708b4b2442fa3666edcbb17ebe46d /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent65da4ceb66d2d7caa4ba513689b2ad6a0d1bf2ac (diff)
downloadnixpkgs-f1cdcd739a981384caf4598f50c44910d5c4b22d.tar
nixpkgs-f1cdcd739a981384caf4598f50c44910d5c4b22d.tar.gz
nixpkgs-f1cdcd739a981384caf4598f50c44910d5c4b22d.tar.bz2
nixpkgs-f1cdcd739a981384caf4598f50c44910d5c4b22d.tar.lz
nixpkgs-f1cdcd739a981384caf4598f50c44910d5c4b22d.tar.xz
nixpkgs-f1cdcd739a981384caf4598f50c44910d5c4b22d.tar.zst
nixpkgs-f1cdcd739a981384caf4598f50c44910d5c4b22d.zip
haskell.packages.ghc901.ormolu: 0.3.0.0 -> 0.3.0.1
Fixes evaluation of ghc901 package set.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index cd2d86421f3..df96afc0e0c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -155,7 +155,7 @@ self: super: {
   # 2021-09-18: Need path >= 0.9.0 for ghc 9 compat
   path = self.path_0_9_0;
   # 2021-09-18: Need ormolu >= 0.3.0.0 for ghc 9 compat
-  ormolu = self.ormolu_0_3_0_0;
+  ormolu = doDistribute self.ormolu_0_3_0_1;
   # 2021-09-18: https://github.com/haskell/haskell-language-server/issues/2206
   # Restrictive upper bound on ormolu
   hls-ormolu-plugin = doJailbreak super.hls-ormolu-plugin;