diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-18 11:58:43 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-19 20:15:38 -0400 |
commit | 50e7bff7514ebbd74976c1a9fa0db7a8275178ae (patch) | |
tree | ba29d1ed9c3f483f8a4d3de24f9a8eb7bb12241f /testsuite/tests/package | |
parent | 000ac86c034f72f57804ccd684fbd3d32ec0b94a (diff) | |
download | haskell-50e7bff7514ebbd74976c1a9fa0db7a8275178ae.tar.gz |
containers: Bump to 0.6.0.1
Bumps containers submodule, among others.
Diffstat (limited to 'testsuite/tests/package')
-rw-r--r-- | testsuite/tests/package/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/package/all.T b/testsuite/tests/package/all.T index 670550e41d..869abb1a7a 100644 --- a/testsuite/tests/package/all.T +++ b/testsuite/tests/package/all.T @@ -6,7 +6,7 @@ inc_ghc = '-package ghc ' hide_ghc = '-hide-package ghc ' test('package01', normal, compile, [hide_all + incr_containers]) -test('package01e', normal, compile_fail, [hide_all + incr_containers]) +test('package01e', normalise_version('containers'), compile_fail, [hide_all + incr_containers]) test('package02', normal, compile, [hide_all + inc_containers + incr_containers]) test('package03', normal, compile, [hide_all + incr_containers + inc_containers]) test('package04', normal, compile, [incr_containers]) @@ -18,5 +18,5 @@ test('package08e', normalise_version('ghc'), compile_fail, [incr_ghc + hide_ghc] test('package09e', normal, compile_fail, ['-package "containers (Data.Map as M, Data.Set as M)"']) test('package10', normal, compile, ['-hide-all-packages -package "ghc (UniqFM as Prelude)" ']) -test('T4806', normal, compile_fail, ['-ignore-package containers']) -test('T4806a', normal, compile_fail, ['-ignore-package deepseq'])
\ No newline at end of file +test('T4806', normalise_version('containers'), compile_fail, ['-ignore-package containers']) +test('T4806a', normalise_version('containers'), compile_fail, ['-ignore-package deepseq']) |