From b8aaad732a062763602fbe6ac40b69defdcbb467 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 15 Oct 2021 14:27:09 +0200 Subject: [PATCH] haskell.packages.ghc901.ormolu: fix eval Follow hackage upgrade 0.3.0.1 -> 0.3.1.0. --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f8e6cdb8193a..87cf1c868338 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -166,7 +166,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 = doDistribute self.ormolu_0_3_0_1; + ormolu = doDistribute self.ormolu_0_3_1_0; # 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;