From 111a1b868ef6505ab45080ba7c2ffc78ef9c7b08 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Feb 2020 14:31:13 +0100 Subject: haskell-ormolu: update override --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index df149847dc2..56f56c38fa2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1294,7 +1294,7 @@ self: super: { # Needs ghc-lib-parser 8.8.1 (does not build with 8.8.0) ormolu = doJailbreak (super.ormolu.override { - ghc-lib-parser = self.ghc-lib-parser_8_8_2_20200205; + ghc-lib-parser = self.ghc-lib-parser_8_8_3_20200224; }); # krank-0.1.0 does not accept PyF-0.9.0.0. -- cgit 1.4.1