haskell.packages.ghc910.ghc-exactprint: pin 1.10

This was previously pinned via Stackage, but the update to Nightly
bumped the default to 1.12, which matches GHC 9.12.
This commit is contained in:
Wolfgang Walther 2026-05-17 14:01:38 +02:00
commit 4f5821131d
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -70,6 +70,8 @@ in
haddock-api = doDistribute self.haddock-api_2_29_1;
haddock-library = doJailbreak (doDistribute self.haddock-library_1_11_0);
ghc-exactprint = doDistribute self.ghc-exactprint_1_10_0_0;
# “Unfortunately we are unable to support GHC 9.10.”
apply-refact = dontDistribute (markBroken super.apply-refact);