diff options
author | Edward Z. Yang <ezyang@fb.com> | 2017-11-25 10:12:05 +0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@fb.com> | 2017-11-30 19:25:29 -0500 |
commit | e1fb28384c44fcd29b0e60b9fd44767be22646af (patch) | |
tree | 7c25a031d26a6e3a53294f16d135e91d589c37e0 /testsuite | |
parent | 6998772043a7f0b0360116eb5ffcbaa5630b21fb (diff) | |
download | haskell-e1fb28384c44fcd29b0e60b9fd44767be22646af.tar.gz |
Handle CPP properly in Backpack
Summary:
Previously, we attempted to lookup 'hole' packages for
include directories; this obviously is not going to work.
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Test Plan: validate
Reviewers: ekmett, bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #14525
Differential Revision: https://phabricator.haskell.org/D4234
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/backpack/cabal/bkpcabal01/p/P.hs.in1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/cabal/bkpcabal01/p/P.hs.in1 b/testsuite/tests/backpack/cabal/bkpcabal01/p/P.hs.in1 index 327a032132..875c370915 100644 --- a/testsuite/tests/backpack/cabal/bkpcabal01/p/P.hs.in1 +++ b/testsuite/tests/backpack/cabal/bkpcabal01/p/P.hs.in1 @@ -1,3 +1,4 @@ +{-# LANGUAGE CPP #-} module P where import H y = x |