haskell.packages.ghc94.ghc-exactprint: pin to 1.6.1.3

This commit is contained in:
Naïm Favier 2024-02-07 10:17:17 +01:00
parent 28d39db400
commit 68ee161b90
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -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;