lol

haskell.packages.ghc901.ormolu: fix eval

Follow hackage upgrade 0.3.0.1 -> 0.3.1.0.

+1 -1
+1 -1
pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
··· 166 166 # 2021-09-18: Need path >= 0.9.0 for ghc 9 compat 167 167 path = self.path_0_9_0; 168 168 # 2021-09-18: Need ormolu >= 0.3.0.0 for ghc 9 compat 169 - ormolu = doDistribute self.ormolu_0_3_0_1; 169 + ormolu = doDistribute self.ormolu_0_3_1_0; 170 170 # 2021-09-18: https://github.com/haskell/haskell-language-server/issues/2206 171 171 # Restrictive upper bound on ormolu 172 172 hls-ormolu-plugin = doJailbreak super.hls-ormolu-plugin;