[commit: ghc] ghc-8.0: testsuite/ImpSafe03: Normalize version of bytestring (b0f027c)
git at git.haskell.org
git at git.haskell.org
Mon May 16 17:54:25 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/b0f027cd03301efcc89b9c85db1dc58db2e90788/ghc
>---------------------------------------------------------------
commit b0f027cd03301efcc89b9c85db1dc58db2e90788
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon May 16 15:56:09 2016 +0200
testsuite/ImpSafe03: Normalize version of bytestring
(cherry picked from commit d78faa135921dfe7a6b92f908171af1a2cdce512)
>---------------------------------------------------------------
b0f027cd03301efcc89b9c85db1dc58db2e90788
testsuite/tests/safeHaskell/check/pkg01/all.T | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/safeHaskell/check/pkg01/all.T b/testsuite/tests/safeHaskell/check/pkg01/all.T
index aea4406..49e4ec2 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/all.T
+++ b/testsuite/tests/safeHaskell/check/pkg01/all.T
@@ -42,7 +42,9 @@ test('ImpSafe01', normal, compile_fail, ['-fpackage-trust -distrust base'])
test('ImpSafe02', normal, compile, ['-distrust base'])
# Fail since we don't trust base of bytestring
-test('ImpSafe03', normal, multi_compile_fail,
+test('ImpSafe03',
+ [normalise_version("bytestring")],
+ multi_compile_fail,
['ImpSafe03 -trust base -distrust bytestring', [
('ImpSafe03_A.hs', ' -trust base -trust bytestring')
], '-fpackage-trust' ])
More information about the ghc-commits
mailing list