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-20 13:31:56 -0400 |
commit | c35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce (patch) | |
tree | 34a625907c34d8d73ed286fec6dbf9faa640f23c /testsuite/tests/package | |
parent | 227ede4aa0b6df1a2b5a95dbba9f3cabc88bc15e (diff) | |
download | haskell-c35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce.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']) |