diff options
author | Austin Seipp <austin@well-typed.com> | 2018-05-20 13:25:09 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-20 20:43:25 -0400 |
commit | 1cdc14f9c014f1a520638f7c0a01799ac6d104e6 (patch) | |
tree | 3e1ed51dd569992ac744469882f0ca0391f7747d /testsuite/tests/backpack | |
parent | e1fd946103fba2b8bfc4f5b3096de4307a7e6f81 (diff) | |
download | haskell-1cdc14f9c014f1a520638f7c0a01799ac6d104e6.tar.gz |
ghc-pkg: recompute `abi-depends` for updated packages
See `Note [Recompute abi-depends]` for more information.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Test Plan: `./validate`
Reviewers: bgamari, ezyang
Reviewed By: bgamari
Subscribers: tdammers, juhp, carter, alexbiehl, shlevy, cocreature,
rwbarton, thomie
GHC Trac Issues: #14381
Differential Revision: https://phabricator.haskell.org/D4159
Diffstat (limited to 'testsuite/tests/backpack')
-rw-r--r-- | testsuite/tests/backpack/cabal/bkpcabal02/bkpcabal02.stdout | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/cabal/bkpcabal02/bkpcabal02.stdout b/testsuite/tests/backpack/cabal/bkpcabal02/bkpcabal02.stdout index 2f17fdffcd..1e51c3c4ac 100644 --- a/testsuite/tests/backpack/cabal/bkpcabal02/bkpcabal02.stdout +++ b/testsuite/tests/backpack/cabal/bkpcabal02/bkpcabal02.stdout @@ -1,6 +1,11 @@ +ignoring (possibly broken) abi-depends field for packages +ignoring (possibly broken) abi-depends field for packages Preprocessing library 'p' for bkpcabal01-0.1.0.0.. Building library 'p' instantiated with H = <H> for bkpcabal01-0.1.0.0.. +ignoring (possibly broken) abi-depends field for packages Preprocessing library 'q' for bkpcabal01-0.1.0.0.. Building library 'q' instantiated with H = <H> for bkpcabal01-0.1.0.0.. +ignoring (possibly broken) abi-depends field for packages +ignoring (possibly broken) abi-depends field for packages |