[commit: ghc] master: Revert output of T5979 (fe8a378)
git at git.haskell.org
git at git.haskell.org
Sat May 10 16:30:22 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fe8a378ceb457fc8cdf97211fddf780f3fb1857f/ghc
>---------------------------------------------------------------
commit fe8a378ceb457fc8cdf97211fddf780f3fb1857f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat May 10 18:28:44 2014 +0200
Revert output of T5979
this reverts 12332f1. The error message changes when there are two
versions of transformers in the database, one of them hidden. That might
be a bug of its own, but for now lets make the test case succeed after a
fresh build. Affected developers should probably
$ ./inplace/bin/ghc-pkg unregister transformers-0.3.0.0
>---------------------------------------------------------------
fe8a378ceb457fc8cdf97211fddf780f3fb1857f
testsuite/tests/ghci/scripts/T5979.stderr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/ghci/scripts/T5979.stderr b/testsuite/tests/ghci/scripts/T5979.stderr
index 7230011..fe6e012 100644
--- a/testsuite/tests/ghci/scripts/T5979.stderr
+++ b/testsuite/tests/ghci/scripts/T5979.stderr
@@ -1,4 +1,4 @@
<no location info>:
Could not find module ‘Control.Monad.Trans.State’
- It is a member of the hidden package ‘transformers-0.3.0.0’.
+ It is not a module in the current program, or in any known package.
More information about the ghc-commits
mailing list