diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-16 15:56:09 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-16 16:10:24 +0200 |
commit | d78faa135921dfe7a6b92f908171af1a2cdce512 (patch) | |
tree | 1ae78b10b6e284d33daf9fae580d314c36a358a4 /testsuite/tests/safeHaskell/check | |
parent | 563a4857abcee4a6e43c68323274309c58f42aa0 (diff) | |
download | haskell-d78faa135921dfe7a6b92f908171af1a2cdce512.tar.gz |
testsuite/ImpSafe03: Normalize version of bytestring
Diffstat (limited to 'testsuite/tests/safeHaskell/check')
-rw-r--r-- | testsuite/tests/safeHaskell/check/pkg01/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/safeHaskell/check/pkg01/all.T b/testsuite/tests/safeHaskell/check/pkg01/all.T index aea4406986..49e4ec20f1 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' ]) |