Skip to content
Snippets Groups Projects
Commit cc795703 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Fix CustomWithoutCabalDefaultMain output for 8.6.1

parent 1d159b77
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ main = cabalTest $ do
-- Compilation should fail because Setup.hs imports Distribution.Simple.
r <- fails $ cabal' "new-build" ["custom-setup-without-cabal-defaultMain"]
assertRegex "Should not have been able to import Cabal"
"(Could not find module|Failed to load interface for).*Distribution\\.Simple" r
"(Could not (find|load) module|Failed to load interface for).*Distribution\\.Simple" r
{-
-- TODO: With GHC 8.2, this no longer is displayed
-- When using --with-ghc, this message is not necessarily output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment