diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-06 00:17:15 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-08 01:37:33 -0700 |
commit | 4e8a0607140b23561248a41aeaf837224aa6315b (patch) | |
tree | 8e03945afe5c40c13b41667e0175f14db15d0780 /testsuite/tests/cabal/ghcpkg01.stdout | |
parent | 00b530d5402aaa37e4085ecdcae0ae54454736c1 (diff) | |
download | haskell-4e8a0607140b23561248a41aeaf837224aa6315b.tar.gz |
Distinguish between UnitId and InstalledUnitId.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests/cabal/ghcpkg01.stdout')
-rw-r--r-- | testsuite/tests/cabal/ghcpkg01.stdout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/ghcpkg01.stdout b/testsuite/tests/cabal/ghcpkg01.stdout index d7b35b7f88..7077b3507b 100644 --- a/testsuite/tests/cabal/ghcpkg01.stdout +++ b/testsuite/tests/cabal/ghcpkg01.stdout @@ -16,6 +16,7 @@ description: category: none author: simonmar@microsoft.com exposed: True +indefinite: False exposed-modules: A hidden-modules: B C.D @@ -42,6 +43,7 @@ description: category: none author: simonmar@microsoft.com exposed: True +indefinite: False exposed-modules: A hidden-modules: B C.D @@ -74,6 +76,7 @@ description: category: none author: simonmar@microsoft.com exposed: False +indefinite: False exposed-modules: A hidden-modules: B C.D C.E @@ -100,6 +103,7 @@ description: category: none author: simonmar@microsoft.com exposed: False +indefinite: False exposed-modules: A hidden-modules: B C.D C.E @@ -126,6 +130,7 @@ description: category: none author: simonmar@microsoft.com exposed: True +indefinite: False exposed-modules: A hidden-modules: B C.D @@ -159,6 +164,7 @@ description: category: none author: simonmar@microsoft.com exposed: False +indefinite: False exposed-modules: A hidden-modules: B C.D |