From 0b934e30417a767063625494ecf135c9d6006f71 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 12 Apr 2020 17:14:32 -0400 Subject: Bump template-haskell version to 2.17.0.0 This requires bumping the `exceptions` and `text` submodules to bring in commits that bump their respective upper version bounds on `template-haskell`. Fixes #17645. Fixes #17696. Note that the new `text` commit includes a fair number of additions to the Haddocks in that library. As a result, Haddock has to do more work during the `haddock.Cabal` test case, increasing the number of allocations it requires. Therefore, ------------------------- Metric Increase: haddock.Cabal ------------------------- --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index a6292f5d5a..e05d5a1617 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -69,7 +69,7 @@ Library containers >= 0.5 && < 0.7, array >= 0.1 && < 0.6, filepath >= 1 && < 1.5, - template-haskell == 2.16.*, + template-haskell == 2.17.*, hpc == 0.6.*, transformers == 0.5.*, ghc-boot == @ProjectVersionMunged@, -- cgit v1.2.1