From 68ee161b90277af87552cb93adc536f1c46fb039 Mon Sep 17 00:00:00 2001 From: Naïm Favier Date: Wed, 7 Feb 2024 10:17:17 +0100 Subject: haskell.packages.ghc94.ghc-exactprint: pin to 1.6.1.3 --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules') 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 82cbf5ff23aa..653187007b31 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -92,6 +92,9 @@ in { ghc-tags = self.ghc-tags_1_6; + # A given major version of ghc-exactprint only supports one version of GHC. + ghc-exactprint = super.ghc-exactprint_1_6_1_3; + # Too strict upper bound on template-haskell # https://github.com/mokus0/th-extras/issues/18 th-extras = doJailbreak super.th-extras; -- cgit 1.4.1