[commit: testsuite] master: Fix tests after update to bytestring 0.10.1.0. (67d145c)
Paolo Capriotti
p.capriotti at gmail.com
Sun Sep 9 18:00:37 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/67d145ccc73c1265fc92c55d40fc381cb89f9903
>---------------------------------------------------------------
commit 67d145ccc73c1265fc92c55d40fc381cb89f9903
Author: Paolo Capriotti <p.capriotti at gmail.com>
Date: Thu Sep 6 11:28:01 2012 +0100
Fix tests after update to bytestring 0.10.1.0.
>---------------------------------------------------------------
tests/safeHaskell/check/Check09.stderr | 2 +-
tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr | 2 +-
tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr | 2 +-
tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr | 2 +-
tests/safeHaskell/check/pkg01/safePkg01.stdout | 6 +++---
tests/safeHaskell/ghci/p12.stderr | 2 +-
tests/safeHaskell/ghci/p17.stderr | 2 +-
tests/safeHaskell/ghci/p18.stdout | 2 +-
tests/safeHaskell/ghci/p3.stderr | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/tests/safeHaskell/check/Check09.stderr b/tests/safeHaskell/check/Check09.stderr
index 0c723d5..d79fe5b 100644
--- a/tests/safeHaskell/check/Check09.stderr
+++ b/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/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr b/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr
index 2e8010b..a22386b 100644
--- a/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr
+++ b/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/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr b/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr
index 2e8010b..a22386b 100644
--- a/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr
+++ b/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/tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr b/tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr
index 30fcac7..4bd2a9d 100644
--- a/tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr
+++ b/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/tests/safeHaskell/check/pkg01/safePkg01.stdout b/tests/safeHaskell/check/pkg01/safePkg01.stdout
index 7ac391c..e3fa2ee 100644
--- a/tests/safeHaskell/check/pkg01/safePkg01.stdout
+++ b/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/tests/safeHaskell/ghci/p12.stderr b/tests/safeHaskell/ghci/p12.stderr
index 912103c..fc43305 100644
--- a/tests/safeHaskell/ghci/p12.stderr
+++ b/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/tests/safeHaskell/ghci/p17.stderr b/tests/safeHaskell/ghci/p17.stderr
index 9a0d594..c46be20 100644
--- a/tests/safeHaskell/ghci/p17.stderr
+++ b/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/tests/safeHaskell/ghci/p18.stdout b/tests/safeHaskell/ghci/p18.stdout
index adc5c8a..1db55c7 100644
--- a/tests/safeHaskell/ghci/p18.stdout
+++ b/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/tests/safeHaskell/ghci/p3.stderr b/tests/safeHaskell/ghci/p3.stderr
index e008699..9ff3907 100644
--- a/tests/safeHaskell/ghci/p3.stderr
+++ b/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.
More information about the Cvs-ghc
mailing list