diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-09-06 11:28:01 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-09-09 15:37:44 +0100 |
commit | 575629fa538cbd27b90e84ed1818f97d14c3d2e4 (patch) | |
tree | 53c59826945d6661441b410e3e6828ad195e58cb /testsuite/tests/safeHaskell | |
parent | 547913e164d0471b8d1ac1e473b53ff58dd8de0f (diff) | |
download | haskell-575629fa538cbd27b90e84ed1818f97d14c3d2e4.tar.gz |
Fix tests after update to bytestring 0.10.1.0.
Diffstat (limited to 'testsuite/tests/safeHaskell')
9 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/tests/safeHaskell/check/Check09.stderr b/testsuite/tests/safeHaskell/check/Check09.stderr index 0c723d529d..d79fe5b0bd 100644 --- a/testsuite/tests/safeHaskell/check/Check09.stderr +++ b/testsuite/tests/safeHaskell/check/Check09.stderr @@ -5,4 +5,4 @@ Check09.hs:4:1: Check09.hs:5:1: Data.ByteString.Char8: Can't be safely imported! - The package (bytestring-0.10.0.0) the module resides in isn't trusted. + The package (bytestring-0.10.1.0) the module resides in isn't trusted. diff --git a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr index 2e8010b4ba..a22386b7a8 100644 --- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr +++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr @@ -3,4 +3,4 @@ The package (base) is required to be trusted but it isn't! <no location info>: - The package (bytestring-0.10.0.0) is required to be trusted but it isn't! + The package (bytestring-0.10.1.0) is required to be trusted but it isn't! diff --git a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr index 2e8010b4ba..a22386b7a8 100644 --- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr +++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr @@ -3,4 +3,4 @@ The package (base) is required to be trusted but it isn't! <no location info>: - The package (bytestring-0.10.0.0) is required to be trusted but it isn't! + The package (bytestring-0.10.1.0) is required to be trusted but it isn't! diff --git a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr index 30fcac7f95..4bd2a9ddd3 100644 --- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr +++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr @@ -1,3 +1,3 @@ <no location info>: - The package (bytestring-0.10.0.0) is required to be trusted but it isn't! + The package (bytestring-0.10.1.0) is required to be trusted but it isn't! diff --git a/testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout b/testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout index 7ac391c779..e3fa2ee853 100644 --- a/testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout +++ b/testsuite/tests/safeHaskell/check/pkg01/safePkg01.stdout @@ -29,17 +29,17 @@ trusted: safe-inferred require own pkg trusted: True M_SafePkg6 -package dependencies: array-0.4.0.1 base* bytestring-0.10.0.0* +package dependencies: array-0.4.0.1 base* bytestring-0.10.1.0* trusted: trustworthy require own pkg trusted: False M_SafePkg7 -package dependencies: array-0.4.0.1 base* bytestring-0.10.0.0* +package dependencies: array-0.4.0.1 base* bytestring-0.10.1.0* trusted: safe require own pkg trusted: False M_SafePkg8 -package dependencies: array-0.4.0.1 base bytestring-0.10.0.0* +package dependencies: array-0.4.0.1 base bytestring-0.10.1.0* trusted: trustworthy require own pkg trusted: False diff --git a/testsuite/tests/safeHaskell/ghci/p12.stderr b/testsuite/tests/safeHaskell/ghci/p12.stderr index 912103c64e..fc43305e11 100644 --- a/testsuite/tests/safeHaskell/ghci/p12.stderr +++ b/testsuite/tests/safeHaskell/ghci/p12.stderr @@ -3,5 +3,5 @@ Some flags have not been recognized: -fno-package-trust <no location info>: Data.ByteString: Can't be safely imported! - The package (bytestring-0.10.0.0) the module resides in isn't trusted. + The package (bytestring-0.10.1.0) the module resides in isn't trusted. diff --git a/testsuite/tests/safeHaskell/ghci/p17.stderr b/testsuite/tests/safeHaskell/ghci/p17.stderr index 9a0d5941ca..c46be207c3 100644 --- a/testsuite/tests/safeHaskell/ghci/p17.stderr +++ b/testsuite/tests/safeHaskell/ghci/p17.stderr @@ -1,5 +1,5 @@ <no location info>: Data.ByteString: Can't be safely imported! - The package (bytestring-0.10.0.0) the module resides in isn't trusted. + The package (bytestring-0.10.1.0) the module resides in isn't trusted. diff --git a/testsuite/tests/safeHaskell/ghci/p18.stdout b/testsuite/tests/safeHaskell/ghci/p18.stdout index adc5c8a740..1db55c7815 100644 --- a/testsuite/tests/safeHaskell/ghci/p18.stdout +++ b/testsuite/tests/safeHaskell/ghci/p18.stdout @@ -3,5 +3,5 @@ Package Trust: Off Data.ByteString is trusted! Trust type is (Module: Trustworthy, Package: untrusted) Package Trust: On -Trusted package dependencies (untrusted): bytestring-0.10.0.0 +Trusted package dependencies (untrusted): bytestring-0.10.1.0 Data.ByteString is NOT trusted! diff --git a/testsuite/tests/safeHaskell/ghci/p3.stderr b/testsuite/tests/safeHaskell/ghci/p3.stderr index e00869989e..9ff390705c 100644 --- a/testsuite/tests/safeHaskell/ghci/p3.stderr +++ b/testsuite/tests/safeHaskell/ghci/p3.stderr @@ -6,5 +6,5 @@ <no location info>: Data.ByteString: Can't be safely imported! - The package (bytestring-0.10.0.0) the module resides in isn't trusted. + The package (bytestring-0.10.1.0) the module resides in isn't trusted. |