diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-06 12:20:06 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-06 12:44:15 -0500 |
commit | 8ca4bb1ce9d94bb9f519f620c1f5ed8063007d33 (patch) | |
tree | cd409ca73a6af00f2b298bb01e7dea026242622d /libraries | |
parent | c02d03de839c4ee0acbd52dad575bc5e27972595 (diff) | |
download | haskell-8ca4bb1ce9d94bb9f519f620c1f5ed8063007d33.tar.gz |
Read COMPLETE sets from external packages
Currently, `COMPLETE` pragmas are not read from external packages at
all, which quite limits their usefulness. This extends
`ExternalPackageState` to include `COMPLETE` sets from other packages,
and plumbs around the appropriate values to make it work the way you'd
expect it to.
Requires a `binary` submodule update.
Fixes #13350.
Test Plan: make test TEST=T13350
Reviewers: rwbarton, mpickering, austin, simonpj, bgamari
Reviewed By: simonpj
Subscribers: simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D3257
Diffstat (limited to 'libraries')
m--------- | libraries/binary | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/binary b/libraries/binary -Subproject 42bba1c09c9e1030c3b8a40e5de059daf9d7362 +Subproject 0147456b11c38d1121fd84a2b53effefde11124 |