diff options
author | Ian Lynagh <igloo@earth.li> | 2012-02-22 20:38:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-02-22 20:38:34 +0000 |
commit | 51fbbbb2b25cb477fe22215e5484e208ab616c98 (patch) | |
tree | 154f201a4fe53cb2a43c3e945af15bea5cabb54a /testsuite/tests/safeHaskell/ghci | |
parent | fdbe5f46e886ddfbda9fcd31f181c9a6c1406537 (diff) | |
download | haskell-51fbbbb2b25cb477fe22215e5484e208ab616c98.tar.gz |
Update test outputs now the bytestring version number has changed
These really ought to be normalised, but this gets them passing
again for now.
Diffstat (limited to 'testsuite/tests/safeHaskell/ghci')
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p12.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p17.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p3.stderr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/safeHaskell/ghci/p12.stderr b/testsuite/tests/safeHaskell/ghci/p12.stderr index 9265daef85..c97035e7ab 100644 --- a/testsuite/tests/safeHaskell/ghci/p12.stderr +++ b/testsuite/tests/safeHaskell/ghci/p12.stderr @@ -1,3 +1,3 @@ <no location info>: - bytestring-0.9.2.0:Data.ByteString can't be safely imported! The package (bytestring-0.9.2.0) the module resides in isn't trusted. + bytestring-0.10.0.0:Data.ByteString can't be safely imported! The package (bytestring-0.10.0.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 9265daef85..c97035e7ab 100644 --- a/testsuite/tests/safeHaskell/ghci/p17.stderr +++ b/testsuite/tests/safeHaskell/ghci/p17.stderr @@ -1,3 +1,3 @@ <no location info>: - bytestring-0.9.2.0:Data.ByteString can't be safely imported! The package (bytestring-0.9.2.0) the module resides in isn't trusted. + bytestring-0.10.0.0:Data.ByteString can't be safely imported! The package (bytestring-0.10.0.0) the module resides in isn't trusted. diff --git a/testsuite/tests/safeHaskell/ghci/p3.stderr b/testsuite/tests/safeHaskell/ghci/p3.stderr index e0a4eda773..62aca4e2c0 100644 --- a/testsuite/tests/safeHaskell/ghci/p3.stderr +++ b/testsuite/tests/safeHaskell/ghci/p3.stderr @@ -3,4 +3,4 @@ base:System.IO.Unsafe can't be safely imported! The module itself isn't safe. <no location info>: - bytestring-0.9.2.0:Data.ByteString can't be safely imported! The package (bytestring-0.9.2.0) the module resides in isn't trusted. + bytestring-0.10.0.0:Data.ByteString can't be safely imported! The package (bytestring-0.10.0.0) the module resides in isn't trusted. |