summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-05-09 12:58:45 -0400
committerMatthew Pickering <matthewtpickering@gmail.com>2022-06-28 10:49:16 +0100
commit2da71002445871b6982ae256cc549a83c2bada41 (patch)
tree6cc4ff95a30b9ed41741ee51e0bd142cef1c0fd9
parentb43d140b3f79e024489bbd9338d81d2ac23fc437 (diff)
downloadhaskell-wip/th-bump.tar.gz
template-haskell: Bump version to 2.19.0.0wip/th-bump
Bumps text and exceptions submodules due to bounds.
-rw-r--r--compiler/ghc.cabal.in2
m---------libraries/exceptions0
-rw-r--r--libraries/ghci/ghci.cabal.in2
-rw-r--r--libraries/template-haskell/template-haskell.cabal.in2
m---------libraries/text0
-rw-r--r--testsuite/tests/ghci/scripts/T21110.stderr2
6 files changed, 4 insertions, 4 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index fd2db90f17..3d86eec217 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -86,7 +86,7 @@ Library
containers >= 0.6.2.1 && < 0.7,
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,
- template-haskell == 2.18.*,
+ template-haskell == 2.19.*,
hpc == 0.6.*,
transformers == 0.5.*,
exceptions == 0.10.*,
diff --git a/libraries/exceptions b/libraries/exceptions
-Subproject 75d8fe244c863e6fecf5700806ddfb5a27a52c9
+Subproject 0f17c9819fd4216ac591bb0acc4aa71b2ae5a73
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index c323387801..643680e0bf 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -79,7 +79,7 @@ library
filepath == 1.4.*,
ghc-boot == @ProjectVersionMunged@,
ghc-heap == @ProjectVersionMunged@,
- template-haskell == 2.18.*,
+ template-haskell == 2.19.*,
transformers == 0.5.*
if !os(windows)
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in
index 58d0d70d7d..9ecbd81613 100644
--- a/libraries/template-haskell/template-haskell.cabal.in
+++ b/libraries/template-haskell/template-haskell.cabal.in
@@ -3,7 +3,7 @@
-- template-haskell.cabal.
name: template-haskell
-version: 2.18.0.0
+version: 2.19.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
diff --git a/libraries/text b/libraries/text
-Subproject 7d68087bd90c7b6721910d00e9fe309d4148a5a
+Subproject 0fcf98843b7f03dd6741cfc730a55ad65748bea
diff --git a/testsuite/tests/ghci/scripts/T21110.stderr b/testsuite/tests/ghci/scripts/T21110.stderr
index ee36c6148f..931666d072 100644
--- a/testsuite/tests/ghci/scripts/T21110.stderr
+++ b/testsuite/tests/ghci/scripts/T21110.stderr
@@ -2,4 +2,4 @@
<no location info>: warning: [-Wunused-packages]
The following packages were specified via -package or -package-id flags,
but were not needed for compilation:
- - template-haskell-2.18.0.0 (exposed by flag -package template-haskell)
+ - template-haskell-2.19.0.0 (exposed by flag -package template-haskell)