From a4133494813b60488b2c511c55e4dbafdfa20aae Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 9 Jun 2023 12:09:32 +0200 Subject: [PATCH] haskell.packages.ghc94.ghc-exactprint: 1.6.1.1 -> 1.6.1.3 --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 230e0f324f63..4873fff3b3e1 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -172,7 +172,7 @@ in { ghc-exactprint = overrideCabal (drv: { libraryHaskellDepends = with self; [ HUnit data-default fail filemanip free ghc-paths ordered-containers silently syb Diff ]; }) - self.ghc-exactprint_1_6_1_1; + self.ghc-exactprint_1_6_1_3; # needed to build servant http-api-data = super.http-api-data_0_5_1;