[commit: ghc] master: testsuite/ImpSafe03: Normalize version of bytestring (d78faa1)

git at git.haskell.org git at git.haskell.org
Mon May 16 14:50:23 UTC 2016


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

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

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

commit d78faa135921dfe7a6b92f908171af1a2cdce512
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon May 16 15:56:09 2016 +0200

    testsuite/ImpSafe03: Normalize version of bytestring


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

d78faa135921dfe7a6b92f908171af1a2cdce512
 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