[commit: ghc] master: Adjust testsuite output to bytestring-0.10.8.0 (f9d9375)

git at git.haskell.org git at git.haskell.org
Wed May 4 08:51:56 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/f9d93751126e58fb990335095e02fd81a3595fde/ghc

>---------------------------------------------------------------

commit f9d93751126e58fb990335095e02fd81a3595fde
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed May 4 10:54:39 2016 +0200

    Adjust testsuite output to bytestring-0.10.8.0
    
    This is a band-aid; the test suite should not be sensitive to these
    messages.


>---------------------------------------------------------------

f9d93751126e58fb990335095e02fd81a3595fde
 testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr     | 2 +-
 testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr | 2 +-
 testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr | 2 +-
 testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr b/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr
index d8c8d67..cc3588f 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr
+++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr
@@ -1,4 +1,4 @@
 [2 of 2] Compiling Main             ( ImpSafe03.hs, ImpSafe03.o )
 
 <no location info>:
-    The package (bytestring-0.10.7.0) is required to be trusted but it isn't!
+    The package (bytestring-0.10.8.0) is required to be trusted but it isn't!
diff --git a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr
index 0758def..79af2e0 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr
+++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr
@@ -3,4 +3,4 @@
     The package (base-4.9.0.0) is required to be trusted but it isn't!
 
 <no location info>: error:
-    The package (bytestring-0.10.7.0) is required to be trusted but it isn't!
+    The package (bytestring-0.10.8.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 0758def..79af2e0 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr
+++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr
@@ -3,4 +3,4 @@
     The package (base-4.9.0.0) is required to be trusted but it isn't!
 
 <no location info>: error:
-    The package (bytestring-0.10.7.0) is required to be trusted but it isn't!
+    The package (bytestring-0.10.8.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 4bd2a9d..4221723 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.1.0) is required to be trusted but it isn't!
+    The package (bytestring-0.10.8.0) is required to be trusted but it isn't!



More information about the ghc-commits mailing list