summaryrefslogtreecommitdiff
path: root/testsuite/tests/package
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-06-18 11:58:43 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-19 20:15:38 -0400
commit50e7bff7514ebbd74976c1a9fa0db7a8275178ae (patch)
treeba29d1ed9c3f483f8a4d3de24f9a8eb7bb12241f /testsuite/tests/package
parent000ac86c034f72f57804ccd684fbd3d32ec0b94a (diff)
downloadhaskell-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.T6
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'])