diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-11-30 09:18:10 -0500 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-11-30 09:46:42 -0500 |
commit | 47875bd4d79ca633b589e63e320aa5a5c631d096 (patch) | |
tree | c479990fbf227d2c3daca51a0ff4725145d1e934 /testsuite/tests/quotes | |
parent | 80d665a123305721c58a3d7652c64e2b3c69b70e (diff) | |
download | haskell-47875bd4d79ca633b589e63e320aa5a5c631d096.tar.gz |
Add 'Lift' instances for 'NonEmpty' and 'Void'
Summary:
Since 'NonEmpty' and 'Void' are now part of 'base', it makes
sense that we put 'Lift' instances for them in 'template-haskell'.
Not doing so is going to force users to define their own (possibly
colliding) orphan instances downstream.
Test Plan: ./validate
Reviewers: goldfire, bgamari, RyanGlScott
Reviewed By: RyanGlScott
Subscribers: RyanGlScott, rwbarton, carter
GHC Trac Issues: #15961
Differential Revision: https://phabricator.haskell.org/D5391
Diffstat (limited to 'testsuite/tests/quotes')
-rw-r--r-- | testsuite/tests/quotes/TH_localname.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quotes/TH_localname.stderr b/testsuite/tests/quotes/TH_localname.stderr index 41eb9882e8..df38597f2c 100644 --- a/testsuite/tests/quotes/TH_localname.stderr +++ b/testsuite/tests/quotes/TH_localname.stderr @@ -19,7 +19,7 @@ TH_localname.hs:3:11: error: Language.Haskell.TH.Syntax.Lift (Maybe a) -- Defined in ‘Language.Haskell.TH.Syntax’ ...plus 14 others - ...plus 10 instances involving out-of-scope types + ...plus 12 instances involving out-of-scope types (use -fprint-potential-instances to see them all) • In the expression: Language.Haskell.TH.Syntax.lift y In the expression: |