diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-27 18:09:40 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-27 18:09:40 -0700 |
commit | 815b837224fe8b7a43acebafcfc7b79a66311363 (patch) | |
tree | 73f79471b64152440ae33c448ce530d89d368255 /testsuite/tests | |
parent | cc29eb54fc85c464e97a87e941231c6b1d114191 (diff) | |
download | haskell-815b837224fe8b7a43acebafcfc7b79a66311363.tar.gz |
Minor doc addition as requested in #12774.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/backpack/cabal/bkpcabal02/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/cabal/bkpcabal02/Makefile b/testsuite/tests/backpack/cabal/bkpcabal02/Makefile index 780102f881..4856c2ca5b 100644 --- a/testsuite/tests/backpack/cabal/bkpcabal02/Makefile +++ b/testsuite/tests/backpack/cabal/bkpcabal02/Makefile @@ -9,11 +9,14 @@ bkpcabal02: clean $(MAKE) -s --no-print-directory clean '$(GHC_PKG)' init tmp.d '$(TEST_HC)' -v0 --make Setup + # Here is a working signature which this + # package can typecheck with cp p/H.hsig.in1 p/H.hsig # typecheck everything $(CONFIGURE) $(SETUP) build $(SETUP) -v1 build + # This signature doesn't typecheck with the package cp p/H.hsig.in2 p/H.hsig ! $(SETUP) build ifneq "$(CLEANUP)" "" |