summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorZejun Wu <watashi@fb.com>2019-01-01 18:59:23 -0800
committerBen Gamari <ben@smart-cactus.org>2019-01-06 07:27:09 -0500
commit3fb726d0696f4c59e58331e505e49f02f135a2f1 (patch)
treea180efab38e0fcdfa55813f251242ce28489690c /compiler
parent3a509d2999d499793075b47d1fb7380c9e896ea1 (diff)
downloadhaskell-3fb726d0696f4c59e58331e505e49f02f135a2f1.tar.gz
Fix bindist for ghci library
Summary: https://phabricator.haskell.org/D5169 built libghci for both vanilla way and profiling way. We need to include both in the bindist list so they will be installed. Test Plan: ``` $ grep '^BuildFlavour' mk/build.mk BuildFlavour=perf $ make test_bindist $ grep HSghc-prim bindist-list.uniq ghc-8.7.20190101/libraries/ghc-prim/dist-install/build/HSghc-prim-0.5.3.o ghc-8.7.20190101/libraries/ghc-prim/dist-install/build/HSghc-prim-0.5.3.p_o ghc-8.7.20190101/libraries/ghc-prim/dist-install/build/libHSghc-prim-0.5.3.a ghc-8.7.20190101/libraries/ghc-prim/dist-install/build/libHSghc-prim-0.5.3-ghc8.7.20190101.so ghc-8.7.20190101/libraries/ghc-prim/dist-install/build/libHSghc-prim-0.5.3_p.a ```
Diffstat (limited to 'compiler')
0 files changed, 0 insertions, 0 deletions