diff options
author | David Terei <davidterei@gmail.com> | 2011-08-10 11:43:37 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-08-10 11:43:37 -0700 |
commit | 3d6d96742c4626ab525c1c8a1784acbce619d152 (patch) | |
tree | b8b9e6ab1178ba2acdd488189b9f75d22ad0d763 /testsuite/tests/cabal | |
parent | 9d561c3493393c2448b450e4cc283d21b9f89650 (diff) | |
download | haskell-3d6d96742c4626ab525c1c8a1784acbce619d152.tar.gz |
Update ghcpkg01 for changes to safe haskell
Diffstat (limited to 'testsuite/tests/cabal')
-rw-r--r-- | testsuite/tests/cabal/ghcpkg01.stdout | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/cabal/ghcpkg01.stdout b/testsuite/tests/cabal/ghcpkg01.stdout index fb3ecdf6e8..f2ef89904f 100644 --- a/testsuite/tests/cabal/ghcpkg01.stdout +++ b/testsuite/tests/cabal/ghcpkg01.stdout @@ -17,7 +17,7 @@ author: simonmar@microsoft.com exposed: True exposed-modules: A hidden-modules: B C.D -trusted: False +trusted: True import-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" library-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" hs-libraries: testpkg-1.2.3.4 @@ -51,7 +51,7 @@ author: simonmar@microsoft.com exposed: True exposed-modules: A hidden-modules: B C.D -trusted: False +trusted: True import-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" library-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" hs-libraries: testpkg-1.2.3.4 @@ -91,7 +91,7 @@ author: simonmar@microsoft.com exposed: False exposed-modules: A hidden-modules: B C.D C.E -trusted: False +trusted: True import-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" library-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" hs-libraries: testpkg-2.0 @@ -125,7 +125,7 @@ author: simonmar@microsoft.com exposed: False exposed-modules: A hidden-modules: B C.D C.E -trusted: False +trusted: True import-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" library-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" hs-libraries: testpkg-2.0 @@ -159,7 +159,7 @@ author: simonmar@microsoft.com exposed: True exposed-modules: A hidden-modules: B C.D -trusted: False +trusted: True import-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" library-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" hs-libraries: testpkg-1.2.3.4 @@ -200,7 +200,7 @@ author: simonmar@microsoft.com exposed: False exposed-modules: A hidden-modules: B C.D -trusted: False +trusted: True import-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" library-dirs: /usr/local/lib/testpkg "c:/Program Files/testpkg" hs-libraries: testpkg-1.2.3.4 |