diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-03-17 20:23:47 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-03-20 15:12:12 -0400 |
commit | 6a375b5365b3d0c74198dbd702beda6632890454 (patch) | |
tree | 1e20c20a66f7e635f3b87cc4da46a59ab6f5e51a /testsuite/tests | |
parent | 91ddac2f859a8fb37e2a295f94676c9705fe0227 (diff) | |
download | haskell-wip/T19083.tar.gz |
Bump template-haskell version to 2.18.0.0wip/T19083
This requires bumping the `exceptions` and `text` submodules to bring in
commits that bump their respective upper version bounds on `template-haskell`.
Fixes #19083.
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/th/TH_Roles2.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/th/TH_Roles2.stderr b/testsuite/tests/th/TH_Roles2.stderr index 43ce297d3a..35ed3cc39f 100644 --- a/testsuite/tests/th/TH_Roles2.stderr +++ b/testsuite/tests/th/TH_Roles2.stderr @@ -2,9 +2,9 @@ TYPE CONSTRUCTORS data type T{2} :: forall k. k -> * roles nominal representational Dependent modules: [] -Dependent packages: [array-0.5.4.0, base-4.15.0.0, deepseq-1.4.4.0, - ghc-bignum-1.0, ghc-boot-th-9.1.0.20201005, ghc-prim-0.7.0, - pretty-1.1.3.6, template-haskell-2.17.0.0] +Dependent packages: [array-0.5.4.0, base-4.16.0.0, deepseq-1.4.4.0, + ghc-bignum-1.0, ghc-boot-th-9.1, ghc-prim-0.8.0, pretty-1.1.3.6, + template-haskell-2.18.0.0] ==================== Typechecker ==================== TH_Roles2.$tcT |