[commit: packages/stm] ghc-7.8: stm064 was only fixed in GHC 7.6.2 (143b02d)
git at git.haskell.org
git at git.haskell.org
Tue Mar 25 20:45:12 UTC 2014
Repository : ssh://git@git.haskell.org/stm
On branch : ghc-7.8
Link : http://git.haskell.org/packages/stm.git/commitdiff/143b02dabc32ec20509fbf98573f826ce1d1d23b
>---------------------------------------------------------------
commit 143b02dabc32ec20509fbf98573f826ce1d1d23b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Mar 25 21:35:35 2014 +0100
stm064 was only fixed in GHC 7.6.2
This should fix the Travis-CI job for good
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
143b02dabc32ec20509fbf98573f826ce1d1d23b
tests/runtests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/runtests.sh b/tests/runtests.sh
index 2111c9a..9da51aa 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -15,8 +15,8 @@ ghc_minver () {
# hard-coded exceptions
may_fail () {
- if [ "$1" = "stm064" ] && ! ghc_minver "7.6"; then
- echo "EXPECTED FAIL: '$1' may fail for GHC < 7.6"
+ if [ "$1" = "stm064" ] && ! ghc_minver "7.6.2"; then
+ echo "EXPECTED FAIL: '$1' may fail for GHC < 7.6.2"
return 0
fi
More information about the ghc-commits
mailing list