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 /compiler/codeGen | |
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 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions