summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2016-11-29 13:39:28 -0500
committerBen Gamari <ben@smart-cactus.org>2016-11-29 14:39:55 -0500
commit3ec856308cbfb89299daba56337eda866ac88d6e (patch)
treeea241b4618597a1d043acd96d2fb98e1476fcb81
parent2d99da0b230128440e12df9556dc15789be36ef8 (diff)
downloadhaskell-3ec856308cbfb89299daba56337eda866ac88d6e.tar.gz
Replace -fshow-source-paths with -fhide-source-paths
This patch reverts the change introduced with 587dcccfdfa7a319e27300a4f3885071060b1f8e and restores the previous default output of GHC (i.e., show source path and object path for each compiled module). The -fhide-source-paths flag can be used to hide these paths and reduce the line noise. Reviewers: gracjan, nomeata, austin, bgamari, simonmar, hvr Reviewed By: hvr Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2728 GHC Trac Issues: #12851
-rw-r--r--compiler/main/DynFlags.hs4
-rw-r--r--compiler/main/HscTypes.hs28
-rw-r--r--docs/users_guide/using.rst5
-rw-r--r--testsuite/tests/backpack/reexport/bkpreex01.stderr8
-rw-r--r--testsuite/tests/backpack/reexport/bkpreex02.stderr26
-rw-r--r--testsuite/tests/backpack/reexport/bkpreex03.stderr8
-rw-r--r--testsuite/tests/backpack/reexport/bkpreex04.stderr6
-rw-r--r--testsuite/tests/backpack/reexport/bkpreex06.stderr10
-rw-r--r--testsuite/tests/backpack/should_compile/bkp01.stderr14
-rw-r--r--testsuite/tests/backpack/should_compile/bkp02.stderr12
-rw-r--r--testsuite/tests/backpack/should_compile/bkp07.stderr6
-rw-r--r--testsuite/tests/backpack/should_compile/bkp08.stderr8
-rw-r--r--testsuite/tests/backpack/should_compile/bkp09.stderr18
-rw-r--r--testsuite/tests/backpack/should_compile/bkp10.stderr8
-rw-r--r--testsuite/tests/backpack/should_compile/bkp11.stderr10
-rw-r--r--testsuite/tests/backpack/should_compile/bkp12.stderr14
-rw-r--r--testsuite/tests/backpack/should_compile/bkp14.stderr14
-rw-r--r--testsuite/tests/backpack/should_compile/bkp15.stderr18
-rw-r--r--testsuite/tests/backpack/should_compile/bkp16.stderr4
-rw-r--r--testsuite/tests/backpack/should_compile/bkp17.stderr6
-rw-r--r--testsuite/tests/backpack/should_compile/bkp18.stderr12
-rw-r--r--testsuite/tests/backpack/should_compile/bkp19.stderr12
-rw-r--r--testsuite/tests/backpack/should_compile/bkp20.stderr18
-rw-r--r--testsuite/tests/backpack/should_compile/bkp21.stderr10
-rw-r--r--testsuite/tests/backpack/should_compile/bkp23.stderr36
-rw-r--r--testsuite/tests/backpack/should_compile/bkp24.stderr26
-rw-r--r--testsuite/tests/backpack/should_compile/bkp25.stderr14
-rw-r--r--testsuite/tests/backpack/should_compile/bkp26.stderr12
-rw-r--r--testsuite/tests/backpack/should_compile/bkp27.stderr12
-rw-r--r--testsuite/tests/backpack/should_compile/bkp28.stderr8
-rw-r--r--testsuite/tests/backpack/should_compile/bkp29.stderr8
-rw-r--r--testsuite/tests/backpack/should_compile/bkp30.stderr8
-rw-r--r--testsuite/tests/backpack/should_compile/bkp31.stderr12
-rw-r--r--testsuite/tests/backpack/should_compile/bkp32.stderr44
-rw-r--r--testsuite/tests/backpack/should_compile/bkp33.stderr12
-rw-r--r--testsuite/tests/backpack/should_compile/bkp34.stderr8
-rw-r--r--testsuite/tests/backpack/should_compile/bkp35.stderr8
-rw-r--r--testsuite/tests/backpack/should_compile/bkp36.stderr10
-rw-r--r--testsuite/tests/backpack/should_compile/bkp37.stderr6
-rw-r--r--testsuite/tests/backpack/should_compile/bkp38.stderr6
-rw-r--r--testsuite/tests/backpack/should_compile/bkp39.stderr10
-rw-r--r--testsuite/tests/backpack/should_compile/bkp40.stderr16
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail01.stderr8
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail03.stderr10
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail04.stderr6
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail05.stderr10
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail06.stderr10
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail07.stderr10
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail09.stderr6
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail10.stderr6
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail11.stderr8
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail12.stderr6
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail13.stderr6
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail14.stderr12
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail15.stderr10
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail16.stderr4
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail17.stderr4
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail18.stderr2
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail19.stderr4
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail20.stderr6
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail21.stderr14
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail22.stderr12
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail23.stderr8
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail24.stderr6
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail25.stderr8
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail26.stderr8
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail27.stderr8
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail28.stderr8
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail29.stderr6
-rw-r--r--testsuite/tests/cabal/cabal08/cabal08.stdout4
-rw-r--r--testsuite/tests/deriving/should_fail/T9071.stderr4
-rw-r--r--testsuite/tests/determinism/determ002/determ002.stdout4
-rw-r--r--testsuite/tests/determinism/determ003/determ003.stdout4
-rw-r--r--testsuite/tests/determinism/determ005/determ005.stdout4
-rw-r--r--testsuite/tests/determinism/determ006/determ006.stdout4
-rw-r--r--testsuite/tests/determinism/determ007/determ007.stdout4
-rw-r--r--testsuite/tests/determinism/determ008/determ008.stdout4
-rw-r--r--testsuite/tests/determinism/determ009/determ009.stdout4
-rw-r--r--testsuite/tests/determinism/determ010/determ010.stdout4
-rw-r--r--testsuite/tests/determinism/determ011/determ011.stdout4
-rw-r--r--testsuite/tests/determinism/determ012/determ012.stdout4
-rw-r--r--testsuite/tests/determinism/determ013/determ013.stdout4
-rw-r--r--testsuite/tests/determinism/determ014/determ014.stdout4
-rw-r--r--testsuite/tests/determinism/determ015/determ015.stdout4
-rw-r--r--testsuite/tests/determinism/determ016/determ016.stdout4
-rw-r--r--testsuite/tests/determinism/determ017/determ017.stdout4
-rw-r--r--testsuite/tests/determinism/determ018/determ018.stdout4
-rw-r--r--testsuite/tests/determinism/determ019/determ019.stdout4
-rw-r--r--testsuite/tests/determinism/determ021/determ021.stdout4
-rw-r--r--testsuite/tests/driver/T437/T437.stdout8
-rw-r--r--testsuite/tests/driver/T8526/T8526.stdout4
-rw-r--r--testsuite/tests/driver/recomp002/recomp002.stdout6
-rw-r--r--testsuite/tests/driver/recomp005/recomp005.stdout16
-rw-r--r--testsuite/tests/driver/recomp006/recomp006.stdout4
-rw-r--r--testsuite/tests/driver/recomp007/recomp007.stdout4
-rw-r--r--testsuite/tests/driver/recomp011/recomp011.stdout6
-rw-r--r--testsuite/tests/driver/recomp013/recomp013.stdout10
-rw-r--r--testsuite/tests/driver/recomp015/recomp015.stdout4
-rw-r--r--testsuite/tests/driver/recomp016/recomp016.stdout20
-rw-r--r--testsuite/tests/driver/retc001/retc001.stdout10
-rw-r--r--testsuite/tests/driver/retc002/retc002.stdout6
-rw-r--r--testsuite/tests/driver/write_interface_make.stdout2
-rw-r--r--testsuite/tests/generics/T5462No1.stderr4
-rw-r--r--testsuite/tests/ghc-api/T10052/T10052.stdout2
-rw-r--r--testsuite/tests/ghc-api/T7478/T7478.stdout8
-rw-r--r--testsuite/tests/ghci/prog009/ghci.prog009.stdout2
-rw-r--r--testsuite/tests/ghci/scripts/T1914.stdout8
-rw-r--r--testsuite/tests/ghci/scripts/T6105.stdout4
-rw-r--r--testsuite/tests/haddock/haddock_examples/haddock.Test.stderr6
-rw-r--r--testsuite/tests/indexed-types/should_compile/impexp.stderr4
-rw-r--r--testsuite/tests/indexed-types/should_fail/T9580.stderr4
-rw-r--r--testsuite/tests/module/T11970A.stderr4
-rw-r--r--testsuite/tests/module/base01/base01.stdout2
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr6
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail04.stderr4
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail06.stderr4
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail10.stderr8
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail11.stderr4
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail12.stderr4
-rw-r--r--testsuite/tests/parser/should_compile/T5243.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/SplicesUsed.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_fail/ExtraConstraintsWildcardInTypeSpliceUsed.stderr2
-rw-r--r--testsuite/tests/plugins/Makefile2
-rw-r--r--testsuite/tests/plugins/T12567a.stderr8
-rw-r--r--testsuite/tests/plugins/frontend01.stdout2
-rw-r--r--testsuite/tests/rename/should_compile/T11624.stderr6
-rw-r--r--testsuite/tests/rts/T9405.stdout2
-rw-r--r--testsuite/tests/rts/linker_unload.stdout2
-rw-r--r--testsuite/tests/safeHaskell/check/Check01.stderr2
-rw-r--r--testsuite/tests/safeHaskell/check/Check02.stderr2
-rw-r--r--testsuite/tests/safeHaskell/check/Check03.stderr2
-rw-r--r--testsuite/tests/safeHaskell/check/Check04.stderr2
-rw-r--r--testsuite/tests/safeHaskell/check/Check06.stderr4
-rw-r--r--testsuite/tests/safeHaskell/check/Check07.stderr6
-rw-r--r--testsuite/tests/safeHaskell/check/Check08.stderr6
-rw-r--r--testsuite/tests/safeHaskell/check/CheckB.stderr4
-rw-r--r--testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr2
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap1.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap10.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap11.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap2.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap3.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap4.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap5.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap6.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap7.stderr6
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap8.stderr4
-rw-r--r--testsuite/tests/safeHaskell/overlapping/SH_Overlap9.stderr6
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/SafeInfered01.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/SafeInfered02.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/SafeInfered03.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/SafeInfered04.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/SafeInfered05.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered01.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered02.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered03.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered05.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered06.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered08.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered09.stderr6
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered10.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeLanguage/SafeLang10.stderr6
-rw-r--r--testsuite/tests/safeHaskell/safeLanguage/SafeLang12.stderr4
-rw-r--r--testsuite/tests/safeHaskell/safeLanguage/SafeLang17.stderr6
-rw-r--r--testsuite/tests/typecheck/should_compile/T6018.stderr6
-rw-r--r--testsuite/tests/typecheck/should_compile/tc245.stdout6
-rw-r--r--testsuite/tests/typecheck/should_fail/T12042.stderr6
-rw-r--r--testsuite/tests/typecheck/should_fail/T6018fail.stderr10
-rw-r--r--testsuite/tests/unboxedsums/module/sum_mod.stdout2
-rw-r--r--testsuite/tests/warnings/should_compile/DeprU.stderr4
-rw-r--r--testsuite/tests/warnings/should_compile/T9178.stderr4
-rw-r--r--utils/mkUserGuidePart/Options/Verbosity.hs4
173 files changed, 623 insertions, 618 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 10c523e756..30bfa5ea7d 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -414,7 +414,7 @@ data GeneralFlag
| Opt_WarnIsError -- -Werror; makes warnings fatal
| Opt_ShowWarnGroups -- Show the group a warning belongs to
- | Opt_ShowSourcePaths -- Show module source/object paths
+ | Opt_HideSourcePaths -- Hide module source/object paths
| Opt_PrintExplicitForalls
| Opt_PrintExplicitKinds
@@ -3645,7 +3645,7 @@ fFlagsDeps = [
flagSpec "version-macros" Opt_VersionMacros,
flagSpec "worker-wrapper" Opt_WorkerWrapper,
flagSpec "show-warning-groups" Opt_ShowWarnGroups,
- flagSpec "show-source-paths" Opt_ShowSourcePaths
+ flagSpec "hide-source-paths" Opt_HideSourcePaths
]
-- | These @-f\<blah\>@ flags can all be reversed with @-fno-\<blah\>@
diff --git a/compiler/main/HscTypes.hs b/compiler/main/HscTypes.hs
index b3a332edeb..e5f824f2e4 100644
--- a/compiler/main/HscTypes.hs
+++ b/compiler/main/HscTypes.hs
@@ -2636,21 +2636,21 @@ instance Outputable ModSummary where
]
showModMsg :: DynFlags -> HscTarget -> Bool -> ModSummary -> String
-showModMsg dflags target recomp mod_summary = showSDoc dflags $ hcat
- [ text (mod_str ++ replicate (max 1 (17 - length mod_str)) ' ')
- , char '('
- , text (op $ msHsFilePath mod_summary)
- , text " -> "
- , case target of
- HscInterpreted | recomp -> text "interpreted"
- HscNothing -> text "nothing"
- _ -> text (op $ msObjFilePath mod_summary)
- , char ')'
- ]
+showModMsg dflags target recomp mod_summary = showSDoc dflags $
+ if gopt Opt_HideSourcePaths dflags
+ then text mod_str
+ else hsep
+ [ text (mod_str ++ replicate (max 0 (16 - length mod_str)) ' ')
+ , char '('
+ , text (op $ msHsFilePath mod_summary) <> char ','
+ , case target of
+ HscInterpreted | recomp -> text "interpreted"
+ HscNothing -> text "nothing"
+ _ -> text (op $ msObjFilePath mod_summary)
+ , char ')'
+ ]
where
- op = if verbosity dflags > 1 || gopt Opt_ShowSourcePaths dflags
- then normalise
- else takeExtension
+ op = normalise
mod = moduleName (ms_mod mod_summary)
mod_str = showPpr dflags mod ++ hscSourceString (ms_hsc_src mod_summary)
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index f5761a4434..460201eb92 100644
--- a/docs/users_guide/using.rst
+++ b/docs/users_guide/using.rst
@@ -617,6 +617,11 @@ See also the ``--help``, ``--version``, ``--numeric-version``, and
list of some in the instances it knows about. With this flag it
prints *all* the instances it knows about.
+.. ghc-flag:: -fhide-source-paths
+
+ Starting with minimal verbosity (see :ghc-flag:`-v1`), GHC displays the
+ name, the source path and the target path of each compiled module. This flag
+ can be used to reduce GHC's output by hiding source paths and target paths.
The following flags control the way in which GHC displays types in error
messages and in GHCi:
diff --git a/testsuite/tests/backpack/reexport/bkpreex01.stderr b/testsuite/tests/backpack/reexport/bkpreex01.stderr
index 4af5b6bfee..ac80b79800 100644
--- a/testsuite/tests/backpack/reexport/bkpreex01.stderr
+++ b/testsuite/tests/backpack/reexport/bkpreex01.stderr
@@ -1,6 +1,6 @@
[1 of 2] Processing h
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( h/H.hsig, nothing )
[2 of 2] Processing p
- [1 of 3] Compiling B (.hs -> nothing)
- [2 of 3] Compiling H[sig] (.hsig -> nothing)
- [3 of 3] Compiling A (.hs -> nothing)
+ [1 of 3] Compiling B ( p/B.hs, nothing )
+ [2 of 3] Compiling H[sig] ( p/H.hsig, nothing )
+ [3 of 3] Compiling A ( p/A.hs, nothing )
diff --git a/testsuite/tests/backpack/reexport/bkpreex02.stderr b/testsuite/tests/backpack/reexport/bkpreex02.stderr
index 0d79f3d5ab..44c07c44ff 100644
--- a/testsuite/tests/backpack/reexport/bkpreex02.stderr
+++ b/testsuite/tests/backpack/reexport/bkpreex02.stderr
@@ -1,18 +1,18 @@
[1 of 5] Processing p
- [1 of 2] Compiling T[sig] (.hsig -> nothing)
- [2 of 2] Compiling H[sig] (.hsig -> nothing)
+ [1 of 2] Compiling T[sig] ( p/T.hsig, nothing )
+ [2 of 2] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 5] Processing timpl
Instantiating timpl
- [1 of 1] Compiling TImpl (.hs -> nothing)
+ [1 of 1] Compiling TImpl ( timpl/TImpl.hs, nothing )
[3 of 5] Processing q
- [1 of 3] Compiling T[sig] (.hsig -> nothing)
- [2 of 3] Compiling H[sig] (.hsig -> nothing)
- [3 of 3] Compiling A (.hs -> nothing)
+ [1 of 3] Compiling T[sig] ( q/T.hsig, nothing )
+ [2 of 3] Compiling H[sig] ( q/H.hsig, nothing )
+ [3 of 3] Compiling A ( q/A.hs, nothing )
[4 of 5] Processing r-impl
Instantiating r-impl
[1 of 1] Including timpl
- [1 of 2] Compiling H (.hs -> nothing)
- [2 of 2] Compiling T (.hs -> nothing)
+ [1 of 2] Compiling H ( r-impl/H.hs, nothing )
+ [2 of 2] Compiling T ( r-impl/T.hs, nothing )
[5 of 5] Processing r
Instantiating r
[1 of 1] Including q[H=r-impl:H, T=r-impl:T]
@@ -20,8 +20,8 @@
[1 of 2] Including timpl
[2 of 2] Including p[H=r-impl:H, T=r-impl:T]
Instantiating p[H=r-impl:H, T=r-impl:T]
- [1 of 2] Compiling T[sig] (.hsig -> nothing)
- [2 of 2] Compiling H[sig] (.hsig -> nothing)
- [1 of 3] Compiling T[sig] (.hsig -> nothing)
- [2 of 3] Compiling H[sig] (.hsig -> nothing)
- [3 of 3] Compiling A (.hs -> nothing)
+ [1 of 2] Compiling T[sig] ( p/T.hsig, nothing )
+ [2 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [1 of 3] Compiling T[sig] ( q/T.hsig, nothing )
+ [2 of 3] Compiling H[sig] ( q/H.hsig, nothing )
+ [3 of 3] Compiling A ( q/A.hs, nothing )
diff --git a/testsuite/tests/backpack/reexport/bkpreex03.stderr b/testsuite/tests/backpack/reexport/bkpreex03.stderr
index 87c962912f..7d900da7d2 100644
--- a/testsuite/tests/backpack/reexport/bkpreex03.stderr
+++ b/testsuite/tests/backpack/reexport/bkpreex03.stderr
@@ -1,5 +1,5 @@
[1 of 1] Processing p
- [1 of 4] Compiling M1 (.hs -> nothing)
- [2 of 4] Compiling M2 (.hs -> nothing)
- [3 of 4] Compiling A[sig] (.hsig -> nothing)
- [4 of 4] Compiling A[sig] (.hsig -> nothing)
+ [1 of 4] Compiling M1 ( p/M1.hs, nothing )
+ [2 of 4] Compiling M2 ( p/M2.hs, nothing )
+ [3 of 4] Compiling A[sig] ( p/A.hsig, nothing )
+ [4 of 4] Compiling A[sig] ( p/A.hsig, nothing )
diff --git a/testsuite/tests/backpack/reexport/bkpreex04.stderr b/testsuite/tests/backpack/reexport/bkpreex04.stderr
index f41bd79688..a21cf89027 100644
--- a/testsuite/tests/backpack/reexport/bkpreex04.stderr
+++ b/testsuite/tests/backpack/reexport/bkpreex04.stderr
@@ -1,4 +1,4 @@
[1 of 1] Processing p
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling A[sig] (.hsig -> nothing)
+ [1 of 3] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( p/B.hsig, nothing )
+ [3 of 3] Compiling A[sig] ( p/A.hsig, nothing )
diff --git a/testsuite/tests/backpack/reexport/bkpreex06.stderr b/testsuite/tests/backpack/reexport/bkpreex06.stderr
index d4154ab1f9..225a8aacc8 100644
--- a/testsuite/tests/backpack/reexport/bkpreex06.stderr
+++ b/testsuite/tests/backpack/reexport/bkpreex06.stderr
@@ -1,8 +1,8 @@
[1 of 3] Processing p
- [1 of 2] Compiling A1[sig] (.hsig -> nothing)
- [2 of 2] Compiling A2[sig] (.hsig -> nothing)
+ [1 of 2] Compiling A1[sig] ( p/A1.hsig, nothing )
+ [2 of 2] Compiling A2[sig] ( p/A2.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling A2[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A2[sig] ( q/A2.hsig, nothing )
[3 of 3] Processing r
- [1 of 2] Compiling A1[sig] (.hsig -> nothing)
- [2 of 2] Compiling A2[sig] (.hsig -> nothing)
+ [1 of 2] Compiling A1[sig] ( r/A1.hsig, nothing )
+ [2 of 2] Compiling A2[sig] ( r/A2.hsig, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp01.stderr b/testsuite/tests/backpack/should_compile/bkp01.stderr
index 414536ac9b..51cc4b7cdd 100644
--- a/testsuite/tests/backpack/should_compile/bkp01.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp01.stderr
@@ -1,11 +1,11 @@
[1 of 4] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling A (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling A ( p/A.hs, nothing )
[2 of 4] Processing q
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( q/H.hsig, nothing )
[3 of 4] Processing h
Instantiating h
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( h/H.hs, bkp01.out/h/H.o )
[4 of 4] Processing r
Instantiating r
[1 of 2] Including h
@@ -13,6 +13,6 @@
Instantiating q[H=h:H]
[1 of 1] Including p[H=h:H]
Instantiating p[H=h:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
- [2 of 2] Compiling A (.hs -> .o)
- [1 of 1] Compiling H[sig] (.hsig -> .o)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, bkp01.out/p/p-6KeuBvYi0jvLWqVbkSAZMq/H.o )
+ [2 of 2] Compiling A ( p/A.hs, bkp01.out/p/p-6KeuBvYi0jvLWqVbkSAZMq/A.o )
+ [1 of 1] Compiling H[sig] ( q/H.hsig, bkp01.out/q/q-6KeuBvYi0jvLWqVbkSAZMq/H.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp02.stderr b/testsuite/tests/backpack/should_compile/bkp02.stderr
index 3971e06464..ace97e4b63 100644
--- a/testsuite/tests/backpack/should_compile/bkp02.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp02.stderr
@@ -1,14 +1,14 @@
[1 of 3] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling A (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling A ( p/A.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( q/H.hs, bkp02.out/q/H.o )
[3 of 3] Processing r
Instantiating r
[1 of 2] Including q
[2 of 2] Including p[H=q:H]
Instantiating p[H=q:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
- [2 of 2] Compiling A (.hs -> .o)
- [1 of 1] Compiling R (.hs -> .o)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, bkp02.out/p/p-D5Mg3foBSCrDbQDKH4WGSG/H.o )
+ [2 of 2] Compiling A ( p/A.hs, bkp02.out/p/p-D5Mg3foBSCrDbQDKH4WGSG/A.o )
+ [1 of 1] Compiling R ( r/R.hs, bkp02.out/r/R.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp07.stderr b/testsuite/tests/backpack/should_compile/bkp07.stderr
index 54af6a9c7d..2ccfaac56a 100644
--- a/testsuite/tests/backpack/should_compile/bkp07.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp07.stderr
@@ -1,5 +1,5 @@
[1 of 2] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 2] Processing q
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling B (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( q/A.hsig, nothing )
+ [2 of 2] Compiling B ( q/B.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp08.stderr b/testsuite/tests/backpack/should_compile/bkp08.stderr
index e3afb743c1..e81e013bc1 100644
--- a/testsuite/tests/backpack/should_compile/bkp08.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp08.stderr
@@ -1,12 +1,12 @@
[1 of 3] Processing q
Instantiating q
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( q/H.hs, bkp08.out/q/H.o )
[2 of 3] Processing r
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( r/H.hsig, nothing )
[3 of 3] Processing p
Instantiating p
[1 of 2] Including q
[2 of 2] Including r[H=q:H]
Instantiating r[H=q:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
- [1 of 1] Compiling M (.hs -> .o)
+ [1 of 1] Compiling H[sig] ( r/H.hsig, bkp08.out/r/r-D5Mg3foBSCrDbQDKH4WGSG/H.o )
+ [1 of 1] Compiling M ( p/M.hs, bkp08.out/p/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp09.stderr b/testsuite/tests/backpack/should_compile/bkp09.stderr
index 55491779a1..24abba259f 100644
--- a/testsuite/tests/backpack/should_compile/bkp09.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp09.stderr
@@ -2,15 +2,15 @@
bkp09.bkp:1:26: warning:
-XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
[1 of 5] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 5] Processing q
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( q/H.hsig, nothing )
[3 of 5] Processing r
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( r/H.hsig, nothing )
+ [2 of 2] Compiling M ( r/M.hs, nothing )
[4 of 5] Processing h-impl
Instantiating h-impl
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( h-impl/H.hs, bkp09.out/h-impl/H.o )
[5 of 5] Processing s
Instantiating s
[1 of 2] Including h-impl
@@ -18,9 +18,9 @@ bkp09.bkp:1:26: warning:
Instantiating r[H=h-impl:H]
[1 of 2] Including p[H=h-impl:H]
Instantiating p[H=h-impl:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, bkp09.out/p/p-5FYQgnNkfSvBT5yogOxPpf/H.o )
[2 of 2] Including q[H=h-impl:H]
Instantiating q[H=h-impl:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
- [1 of 2] Compiling H[sig] (.hsig -> .o)
- [2 of 2] Compiling M (.hs -> .o)
+ [1 of 1] Compiling H[sig] ( q/H.hsig, bkp09.out/q/q-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [1 of 2] Compiling H[sig] ( r/H.hsig, bkp09.out/r/r-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [2 of 2] Compiling M ( r/M.hs, bkp09.out/r/r-5FYQgnNkfSvBT5yogOxPpf/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp10.stderr b/testsuite/tests/backpack/should_compile/bkp10.stderr
index 44ed686f5a..350670e6d4 100644
--- a/testsuite/tests/backpack/should_compile/bkp10.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp10.stderr
@@ -1,6 +1,6 @@
[1 of 2] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling A (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling A ( p/A.hs, nothing )
[2 of 2] Processing q
- [1 of 2] Compiling H2[sig] (.hsig -> nothing)
- [2 of 2] Compiling B (.hs -> nothing)
+ [1 of 2] Compiling H2[sig] ( q/H2.hsig, nothing )
+ [2 of 2] Compiling B ( q/B.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp11.stderr b/testsuite/tests/backpack/should_compile/bkp11.stderr
index f2819ee58b..a804563b2d 100644
--- a/testsuite/tests/backpack/should_compile/bkp11.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp11.stderr
@@ -1,7 +1,7 @@
[1 of 2] Processing p
- [1 of 3] Compiling H[sig] (.hsig -> nothing)
- [2 of 3] Compiling H2[sig] (.hsig -> nothing)
- [3 of 3] Compiling A (.hs -> nothing)
+ [1 of 3] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 3] Compiling H2[sig] ( p/H2.hsig, nothing )
+ [3 of 3] Compiling A ( p/A.hs, nothing )
[2 of 2] Processing q
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling B (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( q/H.hsig, nothing )
+ [2 of 2] Compiling B ( q/B.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp12.stderr b/testsuite/tests/backpack/should_compile/bkp12.stderr
index d41128bfb0..dc4debe3f3 100644
--- a/testsuite/tests/backpack/should_compile/bkp12.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp12.stderr
@@ -1,11 +1,11 @@
[1 of 4] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 4] Processing r
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( r/H.hsig, nothing )
+ [2 of 2] Compiling M ( r/M.hs, nothing )
[3 of 4] Processing h-impl
Instantiating h-impl
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( h-impl/H.hs, bkp12.out/h-impl/H.o )
[4 of 4] Processing s
Instantiating s
[1 of 2] Including h-impl
@@ -13,6 +13,6 @@
Instantiating r[H=h-impl:H]
[1 of 1] Including p[H=h-impl:H]
Instantiating p[H=h-impl:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
- [1 of 2] Compiling H[sig] (.hsig -> .o)
- [2 of 2] Compiling M (.hs -> .o)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, bkp12.out/p/p-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [1 of 2] Compiling H[sig] ( r/H.hsig, bkp12.out/r/r-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [2 of 2] Compiling M ( r/M.hs, bkp12.out/r/r-5FYQgnNkfSvBT5yogOxPpf/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp14.stderr b/testsuite/tests/backpack/should_compile/bkp14.stderr
index bb46d1ad9b..b5b40b7eff 100644
--- a/testsuite/tests/backpack/should_compile/bkp14.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp14.stderr
@@ -1,11 +1,11 @@
[1 of 3] Processing p
- [1 of 3] Compiling H[sig] (.hsig -> nothing)
- [2 of 3] Compiling Y[sig] (.hsig -> nothing)
- [3 of 3] Compiling M (.hs -> nothing)
+ [1 of 3] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 3] Compiling Y[sig] ( p/Y.hsig, nothing )
+ [3 of 3] Compiling M ( p/M.hs, nothing )
[2 of 3] Processing impl
Instantiating impl
- [1 of 2] Compiling F (.hs -> .o)
- [2 of 2] Compiling H (.hs -> .o)
+ [1 of 2] Compiling F ( impl/F.hs, bkp14.out/impl/F.o )
+ [2 of 2] Compiling H ( impl/H.hs, bkp14.out/impl/H.o )
[3 of 3] Processing q
- [1 of 2] Compiling Y[sig] (.hsig -> nothing)
- [2 of 2] Compiling X (.hs -> nothing)
+ [1 of 2] Compiling Y[sig] ( q/Y.hsig, nothing )
+ [2 of 2] Compiling X ( q/X.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp15.stderr b/testsuite/tests/backpack/should_compile/bkp15.stderr
index 28a5ec6563..904ab2d4cb 100644
--- a/testsuite/tests/backpack/should_compile/bkp15.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp15.stderr
@@ -2,24 +2,24 @@
bkp15.bkp:1:26: warning:
-XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
[1 of 5] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 5] Processing q
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( q/H.hsig, nothing )
[3 of 5] Processing r
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( r/H.hsig, nothing )
+ [2 of 2] Compiling M ( r/M.hs, nothing )
[4 of 5] Processing h-impl
Instantiating h-impl
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( h-impl/H.hs, bkp15.out/h-impl/H.o )
[5 of 5] Processing s
Instantiating s
[1 of 1] Including r[H=h-impl:H]
Instantiating r[H=h-impl:H]
[1 of 2] Including p[H=h-impl:H]
Instantiating p[H=h-impl:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, bkp15.out/p/p-5FYQgnNkfSvBT5yogOxPpf/H.o )
[2 of 2] Including q[H=h-impl:H]
Instantiating q[H=h-impl:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
- [1 of 2] Compiling H[sig] (.hsig -> .o)
- [2 of 2] Compiling M (.hs -> .o)
+ [1 of 1] Compiling H[sig] ( q/H.hsig, bkp15.out/q/q-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [1 of 2] Compiling H[sig] ( r/H.hsig, bkp15.out/r/r-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [2 of 2] Compiling M ( r/M.hs, bkp15.out/r/r-5FYQgnNkfSvBT5yogOxPpf/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp16.stderr b/testsuite/tests/backpack/should_compile/bkp16.stderr
index f93bf0dd97..f35021fe11 100644
--- a/testsuite/tests/backpack/should_compile/bkp16.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp16.stderr
@@ -1,8 +1,8 @@
[1 of 2] Processing p
- [1 of 1] Compiling Int[sig] (.hsig -> nothing)
+ [1 of 1] Compiling Int[sig] ( p/Int.hsig, nothing )
[2 of 2] Processing q
Instantiating q
[1 of 1] Including p[Int=base-4.9.0.0:GHC.Exts]
Instantiating p[Int=base-4.9.0.0:GHC.Exts]
[1 of 1] Including ghc-prim-0.5.0.0
- [1 of 1] Compiling Int[sig] (.hsig -> .o)
+ [1 of 1] Compiling Int[sig] ( p/Int.hsig, bkp16.out/p/p-97PZnzqiJmd2hTwUNGdjod/Int.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp17.stderr b/testsuite/tests/backpack/should_compile/bkp17.stderr
index 87b8baf253..a52394dcaf 100644
--- a/testsuite/tests/backpack/should_compile/bkp17.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp17.stderr
@@ -1,10 +1,10 @@
[1 of 3] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling M (.hs -> .o)
+ [1 of 1] Compiling M ( q/M.hs, bkp17.out/q/M.o )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[H=q:M]
Instantiating p[H=q:M]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, bkp17.out/p/p-Bk81HcBu6NbDb1eswyn055/H.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp18.stderr b/testsuite/tests/backpack/should_compile/bkp18.stderr
index 5da5dd19b7..e14b99431c 100644
--- a/testsuite/tests/backpack/should_compile/bkp18.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp18.stderr
@@ -1,13 +1,13 @@
[1 of 3] Processing r
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( r/H.hsig, nothing )
+ [2 of 2] Compiling M ( r/M.hs, nothing )
[2 of 3] Processing h-impl
Instantiating h-impl
- [1 of 2] Compiling A (.hs -> .o)
- [2 of 2] Compiling H (.hs -> .o)
+ [1 of 2] Compiling A ( h-impl/A.hs, bkp18.out/h-impl/A.o )
+ [2 of 2] Compiling H ( h-impl/H.hs, bkp18.out/h-impl/H.o )
[3 of 3] Processing s
Instantiating s
[1 of 1] Including r[H=h-impl:H]
Instantiating r[H=h-impl:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
- [2 of 2] Compiling M (.hs -> .o)
+ [1 of 2] Compiling H[sig] ( r/H.hsig, bkp18.out/r/r-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [2 of 2] Compiling M ( r/M.hs, bkp18.out/r/r-5FYQgnNkfSvBT5yogOxPpf/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp19.stderr b/testsuite/tests/backpack/should_compile/bkp19.stderr
index 5da5dd19b7..952fd0ae0c 100644
--- a/testsuite/tests/backpack/should_compile/bkp19.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp19.stderr
@@ -1,13 +1,13 @@
[1 of 3] Processing r
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( r/H.hsig, nothing )
+ [2 of 2] Compiling M ( r/M.hs, nothing )
[2 of 3] Processing h-impl
Instantiating h-impl
- [1 of 2] Compiling A (.hs -> .o)
- [2 of 2] Compiling H (.hs -> .o)
+ [1 of 2] Compiling A ( h-impl/A.hs, bkp19.out/h-impl/A.o )
+ [2 of 2] Compiling H ( h-impl/H.hs, bkp19.out/h-impl/H.o )
[3 of 3] Processing s
Instantiating s
[1 of 1] Including r[H=h-impl:H]
Instantiating r[H=h-impl:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
- [2 of 2] Compiling M (.hs -> .o)
+ [1 of 2] Compiling H[sig] ( r/H.hsig, bkp19.out/r/r-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [2 of 2] Compiling M ( r/M.hs, bkp19.out/r/r-5FYQgnNkfSvBT5yogOxPpf/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp20.stderr b/testsuite/tests/backpack/should_compile/bkp20.stderr
index 1088e262a7..4dfdd7c337 100644
--- a/testsuite/tests/backpack/should_compile/bkp20.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp20.stderr
@@ -1,22 +1,22 @@
[1 of 5] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 5] Processing q
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( q/H.hsig, nothing )
[3 of 5] Processing r
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( r/H.hsig, nothing )
+ [2 of 2] Compiling M ( r/M.hs, nothing )
[4 of 5] Processing h-impl
Instantiating h-impl
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( h-impl/H.hs, bkp20.out/h-impl/H.o )
[5 of 5] Processing s
Instantiating s
[1 of 1] Including r[H=h-impl:H]
Instantiating r[H=h-impl:H]
[1 of 2] Including p[H=h-impl:H]
Instantiating p[H=h-impl:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, bkp20.out/p/p-5FYQgnNkfSvBT5yogOxPpf/H.o )
[2 of 2] Including q[H=h-impl:H]
Instantiating q[H=h-impl:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
- [1 of 2] Compiling H[sig] (.hsig -> .o)
- [2 of 2] Compiling M (.hs -> .o)
+ [1 of 1] Compiling H[sig] ( q/H.hsig, bkp20.out/q/q-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [1 of 2] Compiling H[sig] ( r/H.hsig, bkp20.out/r/r-5FYQgnNkfSvBT5yogOxPpf/H.o )
+ [2 of 2] Compiling M ( r/M.hs, bkp20.out/r/r-5FYQgnNkfSvBT5yogOxPpf/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp21.stderr b/testsuite/tests/backpack/should_compile/bkp21.stderr
index 1e82afc624..abfe9ceffc 100644
--- a/testsuite/tests/backpack/should_compile/bkp21.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp21.stderr
@@ -1,10 +1,10 @@
[1 of 5] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 5] Processing q
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( q/H.hsig, nothing )
[3 of 5] Processing pq0
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( pq0/H.hsig, nothing )
[4 of 5] Processing pq1
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( pq1/H.hsig, nothing )
[5 of 5] Processing pq2
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( pq2/H.hsig, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp23.stderr b/testsuite/tests/backpack/should_compile/bkp23.stderr
index 8c79147720..ea30294f15 100644
--- a/testsuite/tests/backpack/should_compile/bkp23.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp23.stderr
@@ -1,24 +1,24 @@
[1 of 6] Processing p
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling M (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( p/B.hsig, nothing )
+ [3 of 3] Compiling M ( p/M.hs, nothing )
[2 of 6] Processing q1
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling Q (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( q1/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( q1/B.hsig, nothing )
+ [3 of 3] Compiling Q ( q1/Q.hs, nothing )
[3 of 6] Processing q2
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling Q (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( q2/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( q2/B.hsig, nothing )
+ [3 of 3] Compiling Q ( q2/Q.hs, nothing )
[4 of 6] Processing q3
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling Q (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( q3/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( q3/B.hsig, nothing )
+ [3 of 3] Compiling Q ( q3/Q.hs, nothing )
[5 of 6] Processing q4
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling Q (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( q4/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( q4/B.hsig, nothing )
+ [3 of 3] Compiling Q ( q4/Q.hs, nothing )
[6 of 6] Processing q5
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling Q (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( q5/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( q5/B.hsig, nothing )
+ [3 of 3] Compiling Q ( q5/Q.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp24.stderr b/testsuite/tests/backpack/should_compile/bkp24.stderr
index 953cf6fdf9..73e1f9d6fb 100644
--- a/testsuite/tests/backpack/should_compile/bkp24.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp24.stderr
@@ -1,27 +1,27 @@
[1 of 5] Processing p
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling P (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( p/B.hsig, nothing )
+ [3 of 3] Compiling P ( p/P.hs, nothing )
[2 of 5] Processing a
Instantiating a
- [1 of 1] Compiling A (.hs -> .o)
+ [1 of 1] Compiling A ( a/A.hs, bkp24.out/a/A.o )
[3 of 5] Processing b
Instantiating b
- [1 of 1] Compiling B (.hs -> .o)
+ [1 of 1] Compiling B ( b/B.hs, bkp24.out/b/B.o )
[4 of 5] Processing q
- [1 of 2] Compiling B[sig] (.hsig -> nothing)
- [2 of 2] Compiling Q (.hs -> nothing)
+ [1 of 2] Compiling B[sig] ( q/B.hsig, nothing )
+ [2 of 2] Compiling Q ( q/Q.hs, nothing )
[5 of 5] Processing r
Instantiating r
[1 of 2] Including q[B=b:B]
Instantiating q[B=b:B]
[1 of 2] Including p[A=a:A, B=b:B]
Instantiating p[A=a:A, B=b:B]
- [1 of 3] Compiling A[sig] (.hsig -> .o)
- [2 of 3] Compiling B[sig] (.hsig -> .o)
- [3 of 3] Compiling P (.hs -> .o)
+ [1 of 3] Compiling A[sig] ( p/A.hsig, bkp24.out/p/p-BVwzUlgOVR6H8V9umpUZ2h/A.o )
+ [2 of 3] Compiling B[sig] ( p/B.hsig, bkp24.out/p/p-BVwzUlgOVR6H8V9umpUZ2h/B.o )
+ [3 of 3] Compiling P ( p/P.hs, bkp24.out/p/p-BVwzUlgOVR6H8V9umpUZ2h/P.o )
[2 of 2] Including a
- [1 of 2] Compiling B[sig] (.hsig -> .o)
- [2 of 2] Compiling Q (.hs -> .o)
+ [1 of 2] Compiling B[sig] ( q/B.hsig, bkp24.out/q/q-3IeW1YRs0cYLmV4oNjoWji/B.o )
+ [2 of 2] Compiling Q ( q/Q.hs, bkp24.out/q/q-3IeW1YRs0cYLmV4oNjoWji/Q.o )
[2 of 2] Including b
- [1 of 1] Compiling R (.hs -> .o)
+ [1 of 1] Compiling R ( r/R.hs, bkp24.out/r/R.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp25.stderr b/testsuite/tests/backpack/should_compile/bkp25.stderr
index afa3c4c97f..55d6e4850a 100644
--- a/testsuite/tests/backpack/should_compile/bkp25.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp25.stderr
@@ -1,11 +1,11 @@
[1 of 3] Processing p
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling P (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( p/B.hsig, nothing )
+ [3 of 3] Compiling P ( p/P.hs, nothing )
[2 of 3] Processing r
Instantiating r
- [1 of 1] Compiling Impl (.hs -> .o)
+ [1 of 1] Compiling Impl ( r/Impl.hs, bkp25.out/r/Impl.o )
[3 of 3] Processing q
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling B[sig] (.hsig -> nothing)
- [3 of 3] Compiling M (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( q/A.hsig, nothing )
+ [2 of 3] Compiling B[sig] ( q/B.hsig, nothing )
+ [3 of 3] Compiling M ( q/M.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp26.stderr b/testsuite/tests/backpack/should_compile/bkp26.stderr
index 4770fe19ec..64960b15c7 100644
--- a/testsuite/tests/backpack/should_compile/bkp26.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp26.stderr
@@ -1,13 +1,13 @@
[1 of 3] Processing p
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling P (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 2] Compiling P ( p/P.hs, nothing )
[2 of 3] Processing r
Instantiating r
- [1 of 1] Compiling A (.hs -> .o)
+ [1 of 1] Compiling A ( r/A.hs, bkp26.out/r/A.o )
[3 of 3] Processing q
Instantiating q
[1 of 1] Including p[A=r:A]
Instantiating p[A=r:A]
- [1 of 2] Compiling A[sig] (.hsig -> .o)
- [2 of 2] Compiling P (.hs -> .o)
- [1 of 1] Compiling M (.hs -> .o)
+ [1 of 2] Compiling A[sig] ( p/A.hsig, bkp26.out/p/p-8YQRY0unRYZCev5HBjXieS/A.o )
+ [2 of 2] Compiling P ( p/P.hs, bkp26.out/p/p-8YQRY0unRYZCev5HBjXieS/P.o )
+ [1 of 1] Compiling M ( q/M.hs, bkp26.out/q/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp27.stderr b/testsuite/tests/backpack/should_compile/bkp27.stderr
index b1f2a7f0b1..72722ed2ea 100644
--- a/testsuite/tests/backpack/should_compile/bkp27.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp27.stderr
@@ -1,14 +1,14 @@
[1 of 3] Processing p
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling P (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 2] Compiling P ( p/P.hs, nothing )
[2 of 3] Processing r
Instantiating r
- [1 of 1] Compiling A (.hs -> .o)
+ [1 of 1] Compiling A ( r/A.hs, bkp27.out/r/A.o )
[3 of 3] Processing q
Instantiating q
[1 of 2] Including p[A=r:A]
Instantiating p[A=r:A]
- [1 of 2] Compiling A[sig] (.hsig -> .o)
- [2 of 2] Compiling P (.hs -> .o)
+ [1 of 2] Compiling A[sig] ( p/A.hsig, bkp27.out/p/p-8YQRY0unRYZCev5HBjXieS/A.o )
+ [2 of 2] Compiling P ( p/P.hs, bkp27.out/p/p-8YQRY0unRYZCev5HBjXieS/P.o )
[2 of 2] Including r
- [1 of 1] Compiling M (.hs -> .o)
+ [1 of 1] Compiling M ( q/M.hs, bkp27.out/q/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp28.stderr b/testsuite/tests/backpack/should_compile/bkp28.stderr
index 92b36b6ff5..9ea43fcb45 100644
--- a/testsuite/tests/backpack/should_compile/bkp28.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp28.stderr
@@ -1,8 +1,8 @@
[1 of 3] Processing i
Instantiating i
- [1 of 1] Compiling I (.hs -> .o)
+ [1 of 1] Compiling I ( i/I.hs, bkp28.out/i/I.o )
[2 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[3 of 3] Processing q
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling B (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( q/A.hsig, nothing )
+ [2 of 2] Compiling B ( q/B.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp29.stderr b/testsuite/tests/backpack/should_compile/bkp29.stderr
index 9f72be8ff6..1f4652b3a2 100644
--- a/testsuite/tests/backpack/should_compile/bkp29.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp29.stderr
@@ -1,7 +1,7 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling B[sig] (.hsig -> nothing)
+ [1 of 1] Compiling B[sig] ( q/B.hsig, nothing )
[3 of 3] Processing r
- [1 of 2] Compiling C[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling C[sig] ( r/C.hsig, nothing )
+ [2 of 2] Compiling M ( r/M.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp30.stderr b/testsuite/tests/backpack/should_compile/bkp30.stderr
index 9f72be8ff6..1f4652b3a2 100644
--- a/testsuite/tests/backpack/should_compile/bkp30.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp30.stderr
@@ -1,7 +1,7 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling B[sig] (.hsig -> nothing)
+ [1 of 1] Compiling B[sig] ( q/B.hsig, nothing )
[3 of 3] Processing r
- [1 of 2] Compiling C[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling C[sig] ( r/C.hsig, nothing )
+ [2 of 2] Compiling M ( r/M.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp31.stderr b/testsuite/tests/backpack/should_compile/bkp31.stderr
index 17e5bff404..523a635d3a 100644
--- a/testsuite/tests/backpack/should_compile/bkp31.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp31.stderr
@@ -1,8 +1,8 @@
[1 of 2] Processing ab-sigs
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling B[sig] (.hsig -> nothing)
+ [1 of 2] Compiling A[sig] ( ab-sigs/A.hsig, nothing )
+ [2 of 2] Compiling B[sig] ( ab-sigs/B.hsig, nothing )
[2 of 2] Processing abcd-holes
- [1 of 4] Compiling C (.hs -> nothing)
- [2 of 4] Compiling B[sig] (.hsig -> nothing)
- [3 of 4] Compiling A[sig] (.hsig -> nothing)
- [4 of 4] Compiling D (.hs -> nothing)
+ [1 of 4] Compiling C ( abcd-holes/C.hs, nothing )
+ [2 of 4] Compiling B[sig] ( abcd-holes/B.hsig, nothing )
+ [3 of 4] Compiling A[sig] ( abcd-holes/A.hsig, nothing )
+ [4 of 4] Compiling D ( abcd-holes/D.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp32.stderr b/testsuite/tests/backpack/should_compile/bkp32.stderr
index 48f19d2cc6..c2cea8c2b0 100644
--- a/testsuite/tests/backpack/should_compile/bkp32.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp32.stderr
@@ -1,33 +1,33 @@
[ 1 of 11] Processing prelude-sig
- [1 of 1] Compiling Prel[sig] (.hsig -> nothing)
+ [1 of 1] Compiling Prel[sig] ( prelude-sig/Prel.hsig, nothing )
[ 2 of 11] Processing arrays-sig
- [1 of 2] Compiling Prel[sig] (.hsig -> nothing)
- [2 of 2] Compiling Array[sig] (.hsig -> nothing)
+ [1 of 2] Compiling Prel[sig] ( arrays-sig/Prel.hsig, nothing )
+ [2 of 2] Compiling Array[sig] ( arrays-sig/Array.hsig, nothing )
[ 3 of 11] Processing structures
- [1 of 5] Compiling Prel[sig] (.hsig -> nothing)
- [2 of 5] Compiling Array[sig] (.hsig -> nothing)
- [3 of 5] Compiling Graph (.hs -> nothing)
- [4 of 5] Compiling Tree (.hs -> nothing)
- [5 of 5] Compiling Set (.hs -> nothing)
+ [1 of 5] Compiling Prel[sig] ( structures/Prel.hsig, nothing )
+ [2 of 5] Compiling Array[sig] ( structures/Array.hsig, nothing )
+ [3 of 5] Compiling Graph ( structures/Graph.hs, nothing )
+ [4 of 5] Compiling Tree ( structures/Tree.hs, nothing )
+ [5 of 5] Compiling Set ( structures/Set.hs, nothing )
[ 4 of 11] Processing arrays-a
- [1 of 2] Compiling Prel[sig] (.hsig -> nothing)
- [2 of 2] Compiling Array (.hs -> nothing)
+ [1 of 2] Compiling Prel[sig] ( arrays-a/Prel.hsig, nothing )
+ [2 of 2] Compiling Array ( arrays-a/Array.hs, nothing )
[ 5 of 11] Processing arrays-b
- [1 of 2] Compiling Prel[sig] (.hsig -> nothing)
- [2 of 2] Compiling Array (.hs -> nothing)
+ [1 of 2] Compiling Prel[sig] ( arrays-b/Prel.hsig, nothing )
+ [2 of 2] Compiling Array ( arrays-b/Array.hs, nothing )
[ 6 of 11] Processing graph-a
- [1 of 1] Compiling Prel[sig] (.hsig -> nothing)
+ [1 of 1] Compiling Prel[sig] ( graph-a/Prel.hsig, nothing )
[ 7 of 11] Processing graph-b
- [1 of 1] Compiling Prel[sig] (.hsig -> nothing)
+ [1 of 1] Compiling Prel[sig] ( graph-b/Prel.hsig, nothing )
[ 8 of 11] Processing multiinst
- [1 of 2] Compiling Prel[sig] (.hsig -> nothing)
- [2 of 2] Compiling Client (.hs -> nothing)
+ [1 of 2] Compiling Prel[sig] ( multiinst/Prel.hsig, nothing )
+ [2 of 2] Compiling Client ( multiinst/Client.hs, nothing )
[ 9 of 11] Processing applic-left
- [1 of 2] Compiling Prel[sig] (.hsig -> nothing)
- [2 of 2] Compiling Left (.hs -> nothing)
+ [1 of 2] Compiling Prel[sig] ( applic-left/Prel.hsig, nothing )
+ [2 of 2] Compiling Left ( applic-left/Left.hs, nothing )
[10 of 11] Processing applic-right
- [1 of 2] Compiling Prel[sig] (.hsig -> nothing)
- [2 of 2] Compiling Right (.hs -> nothing)
+ [1 of 2] Compiling Prel[sig] ( applic-right/Prel.hsig, nothing )
+ [2 of 2] Compiling Right ( applic-right/Right.hs, nothing )
[11 of 11] Processing applic-bot
- [1 of 2] Compiling Prel[sig] (.hsig -> nothing)
- [2 of 2] Compiling Bot (.hs -> nothing)
+ [1 of 2] Compiling Prel[sig] ( applic-bot/Prel.hsig, nothing )
+ [2 of 2] Compiling Bot ( applic-bot/Bot.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp33.stderr b/testsuite/tests/backpack/should_compile/bkp33.stderr
index 238134701a..4fa8b755b0 100644
--- a/testsuite/tests/backpack/should_compile/bkp33.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp33.stderr
@@ -1,14 +1,14 @@
[1 of 3] Processing sig
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( sig/A.hsig, nothing )
+ [2 of 2] Compiling M ( sig/M.hs, nothing )
[2 of 3] Processing mod
Instantiating mod
- [1 of 1] Compiling A (.hs -> .o)
+ [1 of 1] Compiling A ( mod/A.hs, bkp33.out/mod/A.o )
[3 of 3] Processing join
Instantiating join
[1 of 2] Including sig[A=mod:A]
Instantiating sig[A=mod:A]
- [1 of 2] Compiling A[sig] (.hsig -> .o)
- [2 of 2] Compiling M (.hs -> .o)
+ [1 of 2] Compiling A[sig] ( sig/A.hsig, bkp33.out/sig/sig-HyoWTHt34SDIRGEX0vZ8iN/A.o )
+ [2 of 2] Compiling M ( sig/M.hs, bkp33.out/sig/sig-HyoWTHt34SDIRGEX0vZ8iN/M.o )
[2 of 2] Including mod
- [1 of 1] Compiling S (.hs -> .o)
+ [1 of 1] Compiling S ( join/S.hs, bkp33.out/join/S.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp34.stderr b/testsuite/tests/backpack/should_compile/bkp34.stderr
index 7285da98f7..14aa7a843b 100644
--- a/testsuite/tests/backpack/should_compile/bkp34.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp34.stderr
@@ -1,7 +1,7 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
[3 of 3] Processing r
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling R (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( r/A.hsig, nothing )
+ [2 of 2] Compiling R ( r/R.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp35.stderr b/testsuite/tests/backpack/should_compile/bkp35.stderr
index 7285da98f7..14aa7a843b 100644
--- a/testsuite/tests/backpack/should_compile/bkp35.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp35.stderr
@@ -1,7 +1,7 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
[3 of 3] Processing r
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling R (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( r/A.hsig, nothing )
+ [2 of 2] Compiling R ( r/R.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp36.stderr b/testsuite/tests/backpack/should_compile/bkp36.stderr
index f47646a727..45ade1412f 100644
--- a/testsuite/tests/backpack/should_compile/bkp36.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp36.stderr
@@ -1,9 +1,9 @@
[1 of 3] Processing f
Instantiating f
- [1 of 1] Compiling F (.hs -> .o)
+ [1 of 1] Compiling F ( f/F.hs, bkp36.out/f/F.o )
[2 of 3] Processing p
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling P (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 2] Compiling P ( p/P.hs, nothing )
[3 of 3] Processing q
- [1 of 2] Compiling B[sig] (.hsig -> nothing)
- [2 of 2] Compiling Q (.hs -> nothing)
+ [1 of 2] Compiling B[sig] ( q/B.hsig, nothing )
+ [2 of 2] Compiling Q ( q/Q.hs, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp37.stderr b/testsuite/tests/backpack/should_compile/bkp37.stderr
index 01be99610e..90438e8c8a 100644
--- a/testsuite/tests/backpack/should_compile/bkp37.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp37.stderr
@@ -1,10 +1,10 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling A (.hs -> .o)
+ [1 of 1] Compiling A ( q/A.hs, bkp37.out/q/A.o )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[A=q:A]
Instantiating p[A=q:A]
- [1 of 1] Compiling A[sig] (.hsig -> .o)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, bkp37.out/p/p-HVmFlcYSefiK5n1aDP1v7x/A.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp38.stderr b/testsuite/tests/backpack/should_compile/bkp38.stderr
index 01be99610e..bb9ef66c27 100644
--- a/testsuite/tests/backpack/should_compile/bkp38.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp38.stderr
@@ -1,10 +1,10 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling A (.hs -> .o)
+ [1 of 1] Compiling A ( q/A.hs, bkp38.out/q/A.o )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[A=q:A]
Instantiating p[A=q:A]
- [1 of 1] Compiling A[sig] (.hsig -> .o)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, bkp38.out/p/p-HVmFlcYSefiK5n1aDP1v7x/A.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp39.stderr b/testsuite/tests/backpack/should_compile/bkp39.stderr
index 1d44b9f436..924785c9da 100644
--- a/testsuite/tests/backpack/should_compile/bkp39.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp39.stderr
@@ -1,12 +1,12 @@
[1 of 3] Processing p
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 2] Compiling M ( p/M.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling A (.hs -> .o)
+ [1 of 1] Compiling A ( q/A.hs, bkp39.out/q/A.o )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[A=q:A]
Instantiating p[A=q:A]
- [1 of 2] Compiling A[sig] (.hsig -> .o)
- [2 of 2] Compiling M (.hs -> .o)
+ [1 of 2] Compiling A[sig] ( p/A.hsig, bkp39.out/p/p-HVmFlcYSefiK5n1aDP1v7x/A.o )
+ [2 of 2] Compiling M ( p/M.hs, bkp39.out/p/p-HVmFlcYSefiK5n1aDP1v7x/M.o )
diff --git a/testsuite/tests/backpack/should_compile/bkp40.stderr b/testsuite/tests/backpack/should_compile/bkp40.stderr
index 238c362ce1..00176aabd2 100644
--- a/testsuite/tests/backpack/should_compile/bkp40.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp40.stderr
@@ -1,19 +1,19 @@
[1 of 4] Processing user
- [1 of 2] Compiling Map[sig] (.hsig -> nothing)
- [2 of 2] Compiling User (.hs -> nothing)
+ [1 of 2] Compiling Map[sig] ( user/Map.hsig, nothing )
+ [2 of 2] Compiling User ( user/User.hs, nothing )
[2 of 4] Processing ordmap
Instantiating ordmap
- [1 of 1] Compiling Map (.hs -> .o)
+ [1 of 1] Compiling Map ( ordmap/Map.hs, bkp40.out/ordmap/Map.o )
[3 of 4] Processing eqmap
Instantiating eqmap
- [1 of 1] Compiling Map (.hs -> .o)
+ [1 of 1] Compiling Map ( eqmap/Map.hs, bkp40.out/eqmap/Map.o )
[4 of 4] Processing main
Instantiating main
[1 of 2] Including user[Map=ordmap:Map]
Instantiating user[Map=ordmap:Map]
- [1 of 2] Compiling Map[sig] (.hsig -> .o)
- [2 of 2] Compiling User (.hs -> .o)
+ [1 of 2] Compiling Map[sig] ( user/Map.hsig, bkp40.out/user/user-GzloW2NeDdA2M0V8qzN4g2/Map.o )
+ [2 of 2] Compiling User ( user/User.hs, bkp40.out/user/user-GzloW2NeDdA2M0V8qzN4g2/User.o )
[2 of 2] Including user[Map=eqmap:Map]
Instantiating user[Map=eqmap:Map]
- [1 of 2] Compiling Map[sig] (.hsig -> .o)
- [2 of 2] Compiling User (.hs -> .o)
+ [1 of 2] Compiling Map[sig] ( user/Map.hsig, bkp40.out/user/user-9YyTxEeqz3GG5thfDXwuAf/Map.o )
+ [2 of 2] Compiling User ( user/User.hs, bkp40.out/user/user-9YyTxEeqz3GG5thfDXwuAf/User.o )
diff --git a/testsuite/tests/backpack/should_fail/bkpfail01.stderr b/testsuite/tests/backpack/should_fail/bkpfail01.stderr
index 8bf94dbf93..ae27f1988b 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail01.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail01.stderr
@@ -1,14 +1,14 @@
[1 of 3] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling A (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling A ( p/A.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling H (.hs -> nothing)
+ [1 of 1] Compiling H ( q/H.hs, nothing )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[H=q:H]
Instantiating p[H=q:H]
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
bkpfail01.out/p/p-D5Mg3foBSCrDbQDKH4WGSG/../H.hi:1:1: error:
‘H’ is exported by the hsig file, but not exported the module ‘q:H’
diff --git a/testsuite/tests/backpack/should_fail/bkpfail03.stderr b/testsuite/tests/backpack/should_fail/bkpfail03.stderr
index 2c40e57d05..0b66c2da36 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail03.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail03.stderr
@@ -1,15 +1,15 @@
[1 of 3] Processing q
- [1 of 2] Compiling M1 (.hs -> nothing)
- [2 of 2] Compiling M2[sig] (.hsig -> nothing)
+ [1 of 2] Compiling M1 ( q/M1.hs, nothing )
+ [2 of 2] Compiling M2[sig] ( q/M2.hsig, nothing )
[2 of 3] Processing m2
Instantiating m2
- [1 of 1] Compiling M2 (.hs -> nothing)
+ [1 of 1] Compiling M2 ( m2/M2.hs, nothing )
[3 of 3] Processing p
Instantiating p
[1 of 1] Including q[M2=m2:M2]
Instantiating q[M2=m2:M2]
- [1 of 2] Compiling M1 (.hs -> nothing)
- [2 of 2] Compiling M2[sig] (.hsig -> nothing)
+ [1 of 2] Compiling M1 ( q/M1.hs, nothing )
+ [2 of 2] Compiling M2[sig] ( q/M2.hsig, nothing )
bkpfail03.bkp:3:9: error:
The hsig file (re)exports ‘M1.M’
diff --git a/testsuite/tests/backpack/should_fail/bkpfail04.stderr b/testsuite/tests/backpack/should_fail/bkpfail04.stderr
index c446289bd8..48287cd650 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail04.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail04.stderr
@@ -1,9 +1,9 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
[3 of 3] Processing r
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
+ [1 of 2] Compiling A[sig] ( r/A.hsig, nothing )
bkpfail04.bkp:7:9: error:
Type constructor ‘A’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail05.stderr b/testsuite/tests/backpack/should_fail/bkpfail05.stderr
index f2973a689f..25428e49f9 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail05.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail05.stderr
@@ -1,21 +1,21 @@
[1 of 5] Processing h
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( h/H.hsig, nothing )
[2 of 5] Processing t-impl
Instantiating t-impl
- [1 of 1] Compiling T (.hs -> .o)
+ [1 of 1] Compiling T ( t-impl/T.hs, bkpfail05.out/t-impl/T.o )
[3 of 5] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[4 of 5] Processing h-impl
Instantiating h-impl
[1 of 1] Including t-impl
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( h-impl/H.hs, bkpfail05.out/h-impl/H.o )
[5 of 5] Processing q
Instantiating q
[1 of 1] Including p[H=h-impl:H]
Instantiating p[H=h-impl:H]
[1 of 2] Including h[H=h-impl:H]
Instantiating h[H=h-impl:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
+ [1 of 1] Compiling H[sig] ( h/H.hsig, bkpfail05.out/h/h-5FYQgnNkfSvBT5yogOxPpf/H.o )
bkpfail05.out/h/h-5FYQgnNkfSvBT5yogOxPpf/../H.hi:1:1: error:
‘T1’ is exported by the hsig file, but not exported the module ‘h-impl:H’
diff --git a/testsuite/tests/backpack/should_fail/bkpfail06.stderr b/testsuite/tests/backpack/should_fail/bkpfail06.stderr
index e5d7e0400f..1fb5d5311f 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail06.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail06.stderr
@@ -1,15 +1,15 @@
[1 of 3] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling A (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling A ( p/A.hs, nothing )
[2 of 3] Processing qimpl
Instantiating qimpl
- [1 of 2] Compiling T (.hs -> .o)
- [2 of 2] Compiling H (.hs -> .o)
+ [1 of 2] Compiling T ( qimpl/T.hs, bkpfail06.out/qimpl/T.o )
+ [2 of 2] Compiling H ( qimpl/H.hs, bkpfail06.out/qimpl/H.o )
[3 of 3] Processing q
Instantiating q
[1 of 1] Including p[H=qimpl:H]
Instantiating p[H=qimpl:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, bkpfail06.out/p/p-IueY0RdHDM2I4k0mLZuqM0/H.o )
bkpfail06.bkp:10:9: error:
Type constructor ‘qimpl:T.T’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail07.stderr b/testsuite/tests/backpack/should_fail/bkpfail07.stderr
index a068451aa5..8a2c3876bb 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail07.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail07.stderr
@@ -1,11 +1,11 @@
[1 of 3] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 3] Processing h
- [1 of 3] Compiling T (.hs -> nothing)
- [2 of 3] Compiling H (.hs -> nothing)
- [3 of 3] Compiling A[sig] (.hsig -> nothing)
+ [1 of 3] Compiling T ( h/T.hs, nothing )
+ [2 of 3] Compiling H ( h/H.hs, nothing )
+ [3 of 3] Compiling A[sig] ( h/A.hsig, nothing )
[3 of 3] Processing q
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
bkpfail07.bkp:6:9: error:
• Type constructor ‘h[A=<A>]:T.T’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail09.stderr b/testsuite/tests/backpack/should_fail/bkpfail09.stderr
index 0d78be6fd5..a767abc15e 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail09.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail09.stderr
@@ -1,9 +1,9 @@
[1 of 3] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling A (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling A ( p/A.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( q/H.hs, bkpfail09.out/q/H.o )
[3 of 3] Processing r
Command line argument: -unit-id p[H=H]:0:0: error:
diff --git a/testsuite/tests/backpack/should_fail/bkpfail10.stderr b/testsuite/tests/backpack/should_fail/bkpfail10.stderr
index 2fdf34928a..248ef6356a 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail10.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail10.stderr
@@ -1,13 +1,13 @@
[1 of 3] Processing p
- [1 of 1] Compiling H[sig] (.hsig -> nothing)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( q/H.hs, bkpfail10.out/q/H.o )
[3 of 3] Processing r
Instantiating r
[1 of 2] Including p[H=q:H]
Instantiating p[H=q:H]
- [1 of 1] Compiling H[sig] (.hsig -> .o)
+ [1 of 1] Compiling H[sig] ( p/H.hsig, bkpfail10.out/p/p-D5Mg3foBSCrDbQDKH4WGSG/H.o )
bkpfail10.bkp:8:9: error:
Type constructor ‘q:H.H’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail11.stderr b/testsuite/tests/backpack/should_fail/bkpfail11.stderr
index 4130907996..065a2e6ed4 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail11.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail11.stderr
@@ -1,14 +1,14 @@
[1 of 3] Processing sig
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( sig/A.hsig, nothing )
+ [2 of 2] Compiling M ( sig/M.hs, nothing )
[2 of 3] Processing mod
Instantiating mod
- [1 of 1] Compiling A (.hs -> .o)
+ [1 of 1] Compiling A ( mod/A.hs, bkpfail11.out/mod/A.o )
[3 of 3] Processing join
Instantiating join
[1 of 1] Including sig[A=mod:A]
Instantiating sig[A=mod:A]
- [1 of 2] Compiling A[sig] (.hsig -> .o)
+ [1 of 2] Compiling A[sig] ( sig/A.hsig, bkpfail11.out/sig/sig-HyoWTHt34SDIRGEX0vZ8iN/A.o )
bkpfail11.out/sig/sig-HyoWTHt34SDIRGEX0vZ8iN/../A.hi:1:1: error:
No instance for (GHC.Show.Show mod:A.X)
diff --git a/testsuite/tests/backpack/should_fail/bkpfail12.stderr b/testsuite/tests/backpack/should_fail/bkpfail12.stderr
index ec023868bc..224f23a86a 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail12.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail12.stderr
@@ -1,9 +1,9 @@
[1 of 3] Processing p
- [1 of 2] Compiling Q[sig] (.hsig -> nothing)
- [2 of 2] Compiling P (.hs -> nothing)
+ [1 of 2] Compiling Q[sig] ( p/Q.hsig, nothing )
+ [2 of 2] Compiling P ( p/P.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling Q (.hs -> .o)
+ [1 of 1] Compiling Q ( q/Q.hs, bkpfail12.out/q/Q.o )
[3 of 3] Processing r
bkpfail12.bkp:8:9: error:
diff --git a/testsuite/tests/backpack/should_fail/bkpfail13.stderr b/testsuite/tests/backpack/should_fail/bkpfail13.stderr
index b7837b12f1..34dbeb82c7 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail13.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail13.stderr
@@ -1,9 +1,9 @@
[1 of 3] Processing p
- [1 of 2] Compiling Q[sig] (.hsig -> nothing)
- [2 of 2] Compiling P (.hs -> nothing)
+ [1 of 2] Compiling Q[sig] ( p/Q.hsig, nothing )
+ [2 of 2] Compiling P ( p/P.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling QMe (.hs -> .o)
+ [1 of 1] Compiling QMe ( q/QMe.hs, bkpfail13.out/q/QMe.o )
[3 of 3] Processing r
bkpfail13.bkp:8:9: error:
diff --git a/testsuite/tests/backpack/should_fail/bkpfail14.stderr b/testsuite/tests/backpack/should_fail/bkpfail14.stderr
index e72260c075..bdccdee938 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail14.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail14.stderr
@@ -1,12 +1,12 @@
[1 of 3] Processing p
- [1 of 3] Compiling Q[sig] (.hsig -> nothing)
- [2 of 3] Compiling Q2[sig] (.hsig -> nothing)
- [3 of 3] Compiling P (.hs -> nothing)
+ [1 of 3] Compiling Q[sig] ( p/Q.hsig, nothing )
+ [2 of 3] Compiling Q2[sig] ( p/Q2.hsig, nothing )
+ [3 of 3] Compiling P ( p/P.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 3] Compiling QMe (.hs -> .o)
- [2 of 3] Compiling Q (.hs -> .o)
- [3 of 3] Compiling Q2 (.hs -> .o)
+ [1 of 3] Compiling QMe ( q/QMe.hs, bkpfail14.out/q/QMe.o )
+ [2 of 3] Compiling Q ( q/Q.hs, bkpfail14.out/q/Q.o )
+ [3 of 3] Compiling Q2 ( q/Q2.hs, bkpfail14.out/q/Q2.o )
[3 of 3] Processing r
bkpfail14.bkp:9:9: error:
diff --git a/testsuite/tests/backpack/should_fail/bkpfail15.stderr b/testsuite/tests/backpack/should_fail/bkpfail15.stderr
index 3146c53b65..37d0f5d3a4 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail15.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail15.stderr
@@ -1,12 +1,12 @@
[1 of 3] Processing p
- [1 of 3] Compiling A[sig] (.hsig -> nothing)
- [2 of 3] Compiling Q[sig] (.hsig -> nothing)
- [3 of 3] Compiling P (.hs -> nothing)
+ [1 of 3] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 3] Compiling Q[sig] ( p/Q.hsig, nothing )
+ [3 of 3] Compiling P ( p/P.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling Q (.hs -> .o)
+ [1 of 1] Compiling Q ( q/Q.hs, bkpfail15.out/q/Q.o )
[3 of 3] Processing r
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( r/A.hsig, nothing )
bkpfail15.bkp:8:9: error:
• Identifier ‘q:Q.f’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail16.stderr b/testsuite/tests/backpack/should_fail/bkpfail16.stderr
index b0086bfa52..a92352c26d 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail16.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail16.stderr
@@ -1,10 +1,10 @@
[1 of 2] Processing p
- [1 of 1] Compiling ShouldFail[sig] (.hsig -> nothing)
+ [1 of 1] Compiling ShouldFail[sig] ( p/ShouldFail.hsig, nothing )
[2 of 2] Processing q
Instantiating q
[1 of 1] Including p[ShouldFail=base-4.9.0.0:Data.Bool]
Instantiating p[ShouldFail=base-4.9.0.0:Data.Bool]
- [1 of 1] Compiling ShouldFail[sig] (.hsig -> .o)
+ [1 of 1] Compiling ShouldFail[sig] ( p/ShouldFail.hsig, bkpfail16.out/p/p-1OqLaT7dAn947wScQQKCw5/ShouldFail.o )
bkpfail16.out/p/p-1OqLaT7dAn947wScQQKCw5/../ShouldFail.hi:1:1: error:
‘Booly’ is exported by the hsig file, but not exported the module ‘Data.Bool’
diff --git a/testsuite/tests/backpack/should_fail/bkpfail17.stderr b/testsuite/tests/backpack/should_fail/bkpfail17.stderr
index 52e0a0665a..99cecef7dc 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail17.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail17.stderr
@@ -1,10 +1,10 @@
[1 of 2] Processing p
- [1 of 1] Compiling ShouldFail[sig] (.hsig -> nothing)
+ [1 of 1] Compiling ShouldFail[sig] ( p/ShouldFail.hsig, nothing )
[2 of 2] Processing q
Instantiating q
[1 of 1] Including p[ShouldFail=base-4.9.0.0:Prelude]
Instantiating p[ShouldFail=base-4.9.0.0:Prelude]
- [1 of 1] Compiling ShouldFail[sig] (.hsig -> .o)
+ [1 of 1] Compiling ShouldFail[sig] ( p/ShouldFail.hsig, bkpfail17.out/p/p-2W6J7O3LvroH97zGxbPEGF/ShouldFail.o )
<no location info>: error:
Type constructor ‘Data.Either.Either’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail18.stderr b/testsuite/tests/backpack/should_fail/bkpfail18.stderr
index c50880e4e7..ac66507f8c 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail18.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail18.stderr
@@ -1,5 +1,5 @@
[1 of 1] Processing p
- [1 of 1] Compiling ShouldFail[sig] (.hsig -> nothing)
+ [1 of 1] Compiling ShouldFail[sig] ( p/ShouldFail.hsig, nothing )
bkpfail18.bkp:3:18: error:
Duplicate instance declarations:
diff --git a/testsuite/tests/backpack/should_fail/bkpfail19.stderr b/testsuite/tests/backpack/should_fail/bkpfail19.stderr
index 91dea5553f..73f358c8cb 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail19.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail19.stderr
@@ -1,10 +1,10 @@
[1 of 2] Processing p
- [1 of 1] Compiling ShouldFail[sig] (.hsig -> nothing)
+ [1 of 1] Compiling ShouldFail[sig] ( p/ShouldFail.hsig, nothing )
[2 of 2] Processing q
Instantiating q
[1 of 1] Including p[ShouldFail=base-4.9.0.0:Data.STRef]
Instantiating p[ShouldFail=base-4.9.0.0:Data.STRef]
- [1 of 1] Compiling ShouldFail[sig] (.hsig -> .o)
+ [1 of 1] Compiling ShouldFail[sig] ( p/ShouldFail.hsig, bkpfail19.out/p/p-CfyUIAu1JTRCDuXEyGszXN/ShouldFail.o )
<no location info>: error:
The hsig file (re)exports ‘Data.STRef.Lazy.newSTRef’
diff --git a/testsuite/tests/backpack/should_fail/bkpfail20.stderr b/testsuite/tests/backpack/should_fail/bkpfail20.stderr
index 56b062879f..df010b9018 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail20.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail20.stderr
@@ -1,9 +1,9 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
[3 of 3] Processing r
- [1 of 1] Compiling B[sig] (.hsig -> nothing)
+ [1 of 1] Compiling B[sig] ( r/B.hsig, nothing )
bkpfail20.bkp:1:1: error:
While merging export lists, could not unify Data.STRef.Lazy.newSTRef with GHC.STRef.newSTRef
diff --git a/testsuite/tests/backpack/should_fail/bkpfail21.stderr b/testsuite/tests/backpack/should_fail/bkpfail21.stderr
index 4384e3636e..258bf71e96 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail21.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail21.stderr
@@ -1,13 +1,13 @@
[1 of 3] Processing p
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling C[sig] (.hsig -> nothing)
+ [1 of 2] Compiling A[sig] ( p/A.hsig, nothing )
+ [2 of 2] Compiling C[sig] ( p/C.hsig, nothing )
[2 of 3] Processing q
- [1 of 2] Compiling B[sig] (.hsig -> nothing)
- [2 of 2] Compiling C[sig] (.hsig -> nothing)
+ [1 of 2] Compiling B[sig] ( q/B.hsig, nothing )
+ [2 of 2] Compiling C[sig] ( q/C.hsig, nothing )
[3 of 3] Processing r
- [1 of 3] Compiling H2[sig] (.hsig -> nothing)
- [2 of 3] Compiling H1[sig] (.hsig -> nothing)
- [3 of 3] Compiling H3[sig] (.hsig -> nothing)
+ [1 of 3] Compiling H2[sig] ( r/H2.hsig, nothing )
+ [2 of 3] Compiling H1[sig] ( r/H1.hsig, nothing )
+ [3 of 3] Compiling H3[sig] ( r/H3.hsig, nothing )
bkpfail21.bkp:1:1: error:
While merging export lists, could not unify {H1.T} with {H2.T}
diff --git a/testsuite/tests/backpack/should_fail/bkpfail22.stderr b/testsuite/tests/backpack/should_fail/bkpfail22.stderr
index b649a6760f..522985db39 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail22.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail22.stderr
@@ -1,17 +1,17 @@
[1 of 4] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling M ( p/M.hs, nothing )
[2 of 4] Processing q
- [1 of 2] Compiling H2[sig] (.hsig -> nothing)
- [2 of 2] Compiling N (.hs -> nothing)
+ [1 of 2] Compiling H2[sig] ( q/H2.hsig, nothing )
+ [2 of 2] Compiling N ( q/N.hs, nothing )
[3 of 4] Processing badimpl
Instantiating badimpl
- [1 of 1] Compiling H2 (.hs -> .o)
+ [1 of 1] Compiling H2 ( badimpl/H2.hs, bkpfail22.out/badimpl/H2.o )
[4 of 4] Processing check
Instantiating check
[1 of 2] Including q[H2=badimpl:H2]
Instantiating q[H2=badimpl:H2]
- [1 of 2] Compiling H2[sig] (.hsig -> .o)
+ [1 of 2] Compiling H2[sig] ( q/H2.hsig, bkpfail22.out/q/q-FjwGsuDQ5qiKUCvnEATUA9/H2.o )
bkpfail22.bkp:16:9: error:
Type constructor ‘badimpl:H2.S’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail23.stderr b/testsuite/tests/backpack/should_fail/bkpfail23.stderr
index 1ebc413e0a..ac5fd06388 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail23.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail23.stderr
@@ -1,14 +1,14 @@
[1 of 3] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling M ( p/M.hs, nothing )
[2 of 3] Processing h
Instantiating h
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( h/H.hs, bkpfail23.out/h/H.o )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[H=h:H]
Instantiating p[H=h:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, bkpfail23.out/p/p-6KeuBvYi0jvLWqVbkSAZMq/H.o )
bkpfail23.bkp:14:9: error:
Type constructor ‘h:H.F’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail24.stderr b/testsuite/tests/backpack/should_fail/bkpfail24.stderr
index 17a3d170f6..53312d23fe 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail24.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail24.stderr
@@ -1,7 +1,7 @@
[1 of 1] Processing p
- [1 of 3] Compiling H1[sig] (.hsig -> nothing)
- [2 of 3] Compiling H2[sig] (.hsig -> nothing)
- [3 of 3] Compiling M (.hs -> nothing)
+ [1 of 3] Compiling H1[sig] ( p/H1.hsig, nothing )
+ [2 of 3] Compiling H2[sig] ( p/H2.hsig, nothing )
+ [3 of 3] Compiling M ( p/M.hs, nothing )
bkpfail24.bkp:14:15: error:
• Could not deduce: a ~ b
diff --git a/testsuite/tests/backpack/should_fail/bkpfail25.stderr b/testsuite/tests/backpack/should_fail/bkpfail25.stderr
index 6752e9d54a..1440948544 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail25.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail25.stderr
@@ -1,6 +1,6 @@
[1 of 3] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling M ( p/M.hs, nothing )
bkpfail25.bkp:7:18: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
@@ -8,12 +8,12 @@ bkpfail25.bkp:7:18: warning: [-Wmissing-methods (in -Wdefault)]
• In the instance declaration for ‘Functor T’
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( q/H.hs, bkpfail25.out/q/H.o )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[H=q:H]
Instantiating p[H=q:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, bkpfail25.out/p/p-D5Mg3foBSCrDbQDKH4WGSG/H.o )
bkpfail25.bkp:12:9: error:
Type constructor ‘q:H.T’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail26.stderr b/testsuite/tests/backpack/should_fail/bkpfail26.stderr
index 57327fc067..4c49bd1e0e 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail26.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail26.stderr
@@ -1,14 +1,14 @@
[1 of 3] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling M ( p/M.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( q/H.hs, bkpfail26.out/q/H.o )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[H=q:H]
Instantiating p[H=q:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, bkpfail26.out/p/p-D5Mg3foBSCrDbQDKH4WGSG/H.o )
bkpfail26.bkp:15:9: error:
Type constructor ‘q:H.T’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail27.stderr b/testsuite/tests/backpack/should_fail/bkpfail27.stderr
index 90e1a86b1b..b24587a2af 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail27.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail27.stderr
@@ -1,14 +1,14 @@
[1 of 3] Processing p
- [1 of 2] Compiling H[sig] (.hsig -> nothing)
- [2 of 2] Compiling M (.hs -> nothing)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
+ [2 of 2] Compiling M ( p/M.hs, nothing )
[2 of 3] Processing q
Instantiating q
- [1 of 1] Compiling H (.hs -> .o)
+ [1 of 1] Compiling H ( q/H.hs, bkpfail27.out/q/H.o )
[3 of 3] Processing r
Instantiating r
[1 of 1] Including p[H=q:H]
Instantiating p[H=q:H]
- [1 of 2] Compiling H[sig] (.hsig -> .o)
+ [1 of 2] Compiling H[sig] ( p/H.hsig, bkpfail27.out/p/p-D5Mg3foBSCrDbQDKH4WGSG/H.o )
bkpfail27.bkp:15:9: error:
Type constructor ‘q:H.T’ has conflicting definitions in the module
diff --git a/testsuite/tests/backpack/should_fail/bkpfail28.stderr b/testsuite/tests/backpack/should_fail/bkpfail28.stderr
index 1ec0e64648..4428da9a41 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail28.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail28.stderr
@@ -1,10 +1,10 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
[3 of 3] Processing r
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
- [2 of 2] Compiling R (.hs -> nothing)
+ [1 of 2] Compiling A[sig] ( r/A.hsig, nothing )
+ [2 of 2] Compiling R ( r/R.hs, nothing )
bkpfail28.bkp:18:13: error:
• Overlapping instances for Show (K a) arising from a use of ‘show’
diff --git a/testsuite/tests/backpack/should_fail/bkpfail29.stderr b/testsuite/tests/backpack/should_fail/bkpfail29.stderr
index 19917093db..8573d111d1 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail29.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail29.stderr
@@ -1,9 +1,9 @@
[1 of 3] Processing p
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
- [1 of 1] Compiling A[sig] (.hsig -> nothing)
+ [1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
[3 of 3] Processing r
- [1 of 2] Compiling A[sig] (.hsig -> nothing)
+ [1 of 2] Compiling A[sig] ( r/A.hsig, nothing )
bkpfail29.bkp:8:9: error:
Cycle in type synonym declarations:
diff --git a/testsuite/tests/cabal/cabal08/cabal08.stdout b/testsuite/tests/cabal/cabal08/cabal08.stdout
index aed423f657..8f97cd409f 100644
--- a/testsuite/tests/cabal/cabal08/cabal08.stdout
+++ b/testsuite/tests/cabal/cabal08/cabal08.stdout
@@ -1,6 +1,6 @@
-[1 of 1] Compiling Main (.hs -> .o)
+[1 of 1] Compiling Main ( Main.hs, Main.o )
Linking Main ...
p2
-[1 of 1] Compiling Main (.hs -> .o)
+[1 of 1] Compiling Main ( Main.hs, Main.o )
Linking Main ...
p2
diff --git a/testsuite/tests/deriving/should_fail/T9071.stderr b/testsuite/tests/deriving/should_fail/T9071.stderr
index fd43752656..c2dccbd28f 100644
--- a/testsuite/tests/deriving/should_fail/T9071.stderr
+++ b/testsuite/tests/deriving/should_fail/T9071.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling T9071a (.hs -> .o)
-[2 of 2] Compiling T9071 (.hs -> .o)
+[1 of 2] Compiling T9071a ( T9071a.hs, T9071a.o )
+[2 of 2] Compiling T9071 ( T9071.hs, T9071.o )
T9071.hs:7:37: error:
Couldn't match kind ‘* -> *’ with ‘*’
diff --git a/testsuite/tests/determinism/determ002/determ002.stdout b/testsuite/tests/determinism/determ002/determ002.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ002/determ002.stdout
+++ b/testsuite/tests/determinism/determ002/determ002.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ003/determ003.stdout b/testsuite/tests/determinism/determ003/determ003.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ003/determ003.stdout
+++ b/testsuite/tests/determinism/determ003/determ003.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ005/determ005.stdout b/testsuite/tests/determinism/determ005/determ005.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ005/determ005.stdout
+++ b/testsuite/tests/determinism/determ005/determ005.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ006/determ006.stdout b/testsuite/tests/determinism/determ006/determ006.stdout
index e5c7e03c2c..138d4023c5 100644
--- a/testsuite/tests/determinism/determ006/determ006.stdout
+++ b/testsuite/tests/determinism/determ006/determ006.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling Roman (.hs -> .o)
-[1 of 1] Compiling Roman (.hs -> .o)
+[1 of 1] Compiling Roman ( spec-inline-determ.hs, spec-inline-determ.o )
+[1 of 1] Compiling Roman ( spec-inline-determ.hs, spec-inline-determ.o )
diff --git a/testsuite/tests/determinism/determ007/determ007.stdout b/testsuite/tests/determinism/determ007/determ007.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ007/determ007.stdout
+++ b/testsuite/tests/determinism/determ007/determ007.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ008/determ008.stdout b/testsuite/tests/determinism/determ008/determ008.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ008/determ008.stdout
+++ b/testsuite/tests/determinism/determ008/determ008.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ009/determ009.stdout b/testsuite/tests/determinism/determ009/determ009.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ009/determ009.stdout
+++ b/testsuite/tests/determinism/determ009/determ009.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ010/determ010.stdout b/testsuite/tests/determinism/determ010/determ010.stdout
index 3d20d55bc8..9a2bb829d5 100644
--- a/testsuite/tests/determinism/determ010/determ010.stdout
+++ b/testsuite/tests/determinism/determ010/determ010.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling ShouldCompile (.hs -> .o)
-[1 of 1] Compiling ShouldCompile (.hs -> .o)
+[1 of 1] Compiling ShouldCompile ( A.hs, A.o )
+[1 of 1] Compiling ShouldCompile ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ011/determ011.stdout b/testsuite/tests/determinism/determ011/determ011.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ011/determ011.stdout
+++ b/testsuite/tests/determinism/determ011/determ011.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ012/determ012.stdout b/testsuite/tests/determinism/determ012/determ012.stdout
index 946a56efad..713550b6a3 100644
--- a/testsuite/tests/determinism/determ012/determ012.stdout
+++ b/testsuite/tests/determinism/determ012/determ012.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling T10109 (.hs -> .o)
-[1 of 1] Compiling T10109 (.hs -> .o)
+[1 of 1] Compiling T10109 ( A.hs, A.o )
+[1 of 1] Compiling T10109 ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ013/determ013.stdout b/testsuite/tests/determinism/determ013/determ013.stdout
index e288ce548b..103261b5bc 100644
--- a/testsuite/tests/determinism/determ013/determ013.stdout
+++ b/testsuite/tests/determinism/determ013/determ013.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling T9063 (.hs -> .o)
-[1 of 1] Compiling T9063 (.hs -> .o)
+[1 of 1] Compiling T9063 ( A.hs, A.o )
+[1 of 1] Compiling T9063 ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ014/determ014.stdout b/testsuite/tests/determinism/determ014/determ014.stdout
index 61f89b6f40..2607792b31 100644
--- a/testsuite/tests/determinism/determ014/determ014.stdout
+++ b/testsuite/tests/determinism/determ014/determ014.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling KeyValue (.hs -> .o)
-[1 of 1] Compiling KeyValue (.hs -> .o)
+[1 of 1] Compiling KeyValue ( A.hs, A.o )
+[1 of 1] Compiling KeyValue ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ015/determ015.stdout b/testsuite/tests/determinism/determ015/determ015.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ015/determ015.stdout
+++ b/testsuite/tests/determinism/determ015/determ015.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ016/determ016.stdout b/testsuite/tests/determinism/determ016/determ016.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ016/determ016.stdout
+++ b/testsuite/tests/determinism/determ016/determ016.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ017/determ017.stdout b/testsuite/tests/determinism/determ017/determ017.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ017/determ017.stdout
+++ b/testsuite/tests/determinism/determ017/determ017.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ018/determ018.stdout b/testsuite/tests/determinism/determ018/determ018.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ018/determ018.stdout
+++ b/testsuite/tests/determinism/determ018/determ018.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ019/determ019.stdout b/testsuite/tests/determinism/determ019/determ019.stdout
index 22768dddae..60c2bc368d 100644
--- a/testsuite/tests/determinism/determ019/determ019.stdout
+++ b/testsuite/tests/determinism/determ019/determ019.stdout
@@ -1,2 +1,2 @@
-[1 of 1] Compiling A (.hs -> .o)
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
+[1 of 1] Compiling A ( A.hs, A.o )
diff --git a/testsuite/tests/determinism/determ021/determ021.stdout b/testsuite/tests/determinism/determ021/determ021.stdout
index d85ff6e294..747064f2c6 100644
--- a/testsuite/tests/determinism/determ021/determ021.stdout
+++ b/testsuite/tests/determinism/determ021/determ021.stdout
@@ -1,4 +1,4 @@
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
TYPE SIGNATURES
test2 ::
forall t b (f :: * -> *).
@@ -9,7 +9,7 @@ COERCION AXIOMS
Dependent modules: []
Dependent packages: [base-4.9.0.0, ghc-prim-0.5.0.0,
integer-gmp-1.0.0.1]
-[1 of 1] Compiling A (.hs -> .o)
+[1 of 1] Compiling A ( A.hs, A.o )
TYPE SIGNATURES
test2 ::
forall t b (f :: * -> *).
diff --git a/testsuite/tests/driver/T437/T437.stdout b/testsuite/tests/driver/T437/T437.stdout
index 7490c96635..7508a5f9e0 100644
--- a/testsuite/tests/driver/T437/T437.stdout
+++ b/testsuite/tests/driver/T437/T437.stdout
@@ -1,10 +1,10 @@
-[1 of 2] Compiling Test2 (.hs -> .o)
-[2 of 2] Compiling Test (.hs -> .o)
+[1 of 2] Compiling Test2 ( Test2.hs, Test2.o )
+[2 of 2] Compiling Test ( Test.hs, Test.o )
Linking Test ...
-[1 of 1] Compiling Test2 (.hs -> .o) [flags changed]
+[1 of 1] Compiling Test2 ( Test2.hs, Test2.o ) [flags changed]
Linking Test2 ...
"Test2.doit"
"Test2.main"
-[1 of 1] Compiling Test2 (.hs -> .o) [flags changed]
+[1 of 1] Compiling Test2 ( Test2.hs, Test2.o ) [flags changed]
Linking Test2 ...
"Test2.doit"
diff --git a/testsuite/tests/driver/T8526/T8526.stdout b/testsuite/tests/driver/T8526/T8526.stdout
index bbe21c0f36..3b24506774 100644
--- a/testsuite/tests/driver/T8526/T8526.stdout
+++ b/testsuite/tests/driver/T8526/T8526.stdout
@@ -1,6 +1,6 @@
-[1 of 1] Compiling A (.hs -> interpreted)
+[1 of 1] Compiling A ( A.hs, interpreted )
Ok, modules loaded: A.
True
-[1 of 1] Compiling A (.hs -> interpreted)
+[1 of 1] Compiling A ( A.hs, interpreted )
Ok, modules loaded: A.
False
diff --git a/testsuite/tests/driver/recomp002/recomp002.stdout b/testsuite/tests/driver/recomp002/recomp002.stdout
index db014ffc8a..d9ddb2523a 100644
--- a/testsuite/tests/driver/recomp002/recomp002.stdout
+++ b/testsuite/tests/driver/recomp002/recomp002.stdout
@@ -1,3 +1,3 @@
-[1 of 3] Compiling W[boot] (.hs-boot -> .o-boot)
-[2 of 3] Compiling Q (.hs -> .o)
-[3 of 3] Compiling W (.hs -> .o)
+[1 of 3] Compiling W[boot] ( W.hs-boot, W.o-boot )
+[2 of 3] Compiling Q ( Q.hs, Q.o )
+[3 of 3] Compiling W ( W.hs, W.o )
diff --git a/testsuite/tests/driver/recomp005/recomp005.stdout b/testsuite/tests/driver/recomp005/recomp005.stdout
index e5b49a7ff2..6e2581ed04 100644
--- a/testsuite/tests/driver/recomp005/recomp005.stdout
+++ b/testsuite/tests/driver/recomp005/recomp005.stdout
@@ -1,8 +1,8 @@
-[1 of 5] Compiling A (.hs -> .o)
-[2 of 5] Compiling B (.hs -> .o)
-[3 of 5] Compiling C (.hs -> .o)
-[4 of 5] Compiling D (.hs -> .o)
-[5 of 5] Compiling E (.hs -> .o)
-[3 of 5] Compiling C (.hs -> .o)
-[4 of 5] Compiling D (.hs -> .o) [C changed]
-[5 of 5] Compiling E (.hs -> .o) [D changed]
+[1 of 5] Compiling A ( A.hs, A.o )
+[2 of 5] Compiling B ( B.hs, B.o )
+[3 of 5] Compiling C ( C.hs, C.o )
+[4 of 5] Compiling D ( D.hs, D.o )
+[5 of 5] Compiling E ( E.hs, E.o )
+[3 of 5] Compiling C ( C.hs, C.o )
+[4 of 5] Compiling D ( D.hs, D.o ) [C changed]
+[5 of 5] Compiling E ( E.hs, E.o ) [D changed]
diff --git a/testsuite/tests/driver/recomp006/recomp006.stdout b/testsuite/tests/driver/recomp006/recomp006.stdout
index 0319ceb9da..499b06f08b 100644
--- a/testsuite/tests/driver/recomp006/recomp006.stdout
+++ b/testsuite/tests/driver/recomp006/recomp006.stdout
@@ -1,2 +1,2 @@
-[1 of 2] Compiling B (.hs -> .o)
-[2 of 2] Compiling A (.hs -> .o) [B changed]
+[1 of 2] Compiling B ( B.hs, B.o )
+[2 of 2] Compiling A ( A.hs, A.o ) [B changed]
diff --git a/testsuite/tests/driver/recomp007/recomp007.stdout b/testsuite/tests/driver/recomp007/recomp007.stdout
index 347036a9ec..6230acfb02 100644
--- a/testsuite/tests/driver/recomp007/recomp007.stdout
+++ b/testsuite/tests/driver/recomp007/recomp007.stdout
@@ -1,4 +1,4 @@
Preprocessing executable 'test' for b-1.0...
-[1 of 2] Compiling B (.hs -> .o) [A changed]
-[2 of 2] Compiling Main (.hs -> .o) [B changed]
+[1 of 2] Compiling B ( B.hs, dist/build/test/test-tmp/B.o ) [A changed]
+[2 of 2] Compiling Main ( Main.hs, dist/build/test/test-tmp/Main.o ) [B changed]
Linking dist/build/test/test ...
diff --git a/testsuite/tests/driver/recomp011/recomp011.stdout b/testsuite/tests/driver/recomp011/recomp011.stdout
index af92f9392f..d3e0b92508 100644
--- a/testsuite/tests/driver/recomp011/recomp011.stdout
+++ b/testsuite/tests/driver/recomp011/recomp011.stdout
@@ -1,10 +1,10 @@
-[1 of 1] Compiling Main (.hs -> .o)
+[1 of 1] Compiling Main ( Main.hs, Main.o )
Linking Main ...
42
-[1 of 1] Compiling Main (.hs -> .o) [B.hsinc changed]
+[1 of 1] Compiling Main ( Main.hs, Main.o ) [B.hsinc changed]
Linking Main ...
43
-[1 of 1] Compiling Main (.hs -> .o) [A.hsinc changed]
+[1 of 1] Compiling Main ( Main.hs, Main.o ) [A.hsinc changed]
Linking Main ...
4343
4343
diff --git a/testsuite/tests/driver/recomp013/recomp013.stdout b/testsuite/tests/driver/recomp013/recomp013.stdout
index 1aedd741ab..0a5aef7356 100644
--- a/testsuite/tests/driver/recomp013/recomp013.stdout
+++ b/testsuite/tests/driver/recomp013/recomp013.stdout
@@ -1,7 +1,7 @@
first run
-[1 of 3] Compiling A (.hs -> .o)
-[2 of 3] Compiling B (.hs -> .o)
-[3 of 3] Compiling C (.hs -> .o)
+[1 of 3] Compiling A ( A.hs, A.o )
+[2 of 3] Compiling B ( B.hs, B.o )
+[3 of 3] Compiling C ( C.hs, C.o )
second run
-[2 of 3] Compiling B (.hs -> .o)
-[3 of 3] Compiling C (.hs -> .o) [B changed]
+[2 of 3] Compiling B ( B.hs, B.o )
+[3 of 3] Compiling C ( C.hs, C.o ) [B changed]
diff --git a/testsuite/tests/driver/recomp015/recomp015.stdout b/testsuite/tests/driver/recomp015/recomp015.stdout
index c0eff3a3b6..a7dbad203a 100644
--- a/testsuite/tests/driver/recomp015/recomp015.stdout
+++ b/testsuite/tests/driver/recomp015/recomp015.stdout
@@ -1,6 +1,6 @@
-[1 of 1] Compiling Main (.hs -> .o)
+[1 of 1] Compiling Main ( Generate.hs, Generate.o )
Linking Generate ...
-[1 of 1] Compiling Main (.hs -> .o)
+[1 of 1] Compiling Main ( Main.hs, Main.o )
Linking Main ...
Running main...
Running main...
diff --git a/testsuite/tests/driver/recomp016/recomp016.stdout b/testsuite/tests/driver/recomp016/recomp016.stdout
index 2ae49d346a..eb6c6fce42 100644
--- a/testsuite/tests/driver/recomp016/recomp016.stdout
+++ b/testsuite/tests/driver/recomp016/recomp016.stdout
@@ -1,12 +1,12 @@
first run
-[1 of 5] Compiling A (.hs -> .o)
-[2 of 5] Compiling B (.hs -> .o)
-[3 of 5] Compiling C (.hs -> .o)
-[4 of 5] Compiling D (.hs -> .o)
-[5 of 5] Compiling E (.hs -> .o)
+[1 of 5] Compiling A ( A.hs, A.o )
+[2 of 5] Compiling B ( B.hs, B.o )
+[3 of 5] Compiling C ( C.hs, C.o )
+[4 of 5] Compiling D ( D.hs, D.o )
+[5 of 5] Compiling E ( E.hs, E.o )
second run
-[1 of 5] Compiling A2 (.hs -> .o)
-[2 of 5] Compiling B (.hs -> .o)
-[3 of 5] Compiling C (.hs -> .o) [B changed]
-[4 of 5] Compiling D (.hs -> .o) [C changed]
-[5 of 5] Compiling E (.hs -> .o) [B changed]
+[1 of 5] Compiling A2 ( A2.hs, A2.o )
+[2 of 5] Compiling B ( B.hs, B.o )
+[3 of 5] Compiling C ( C.hs, C.o ) [B changed]
+[4 of 5] Compiling D ( D.hs, D.o ) [C changed]
+[5 of 5] Compiling E ( E.hs, E.o ) [B changed]
diff --git a/testsuite/tests/driver/retc001/retc001.stdout b/testsuite/tests/driver/retc001/retc001.stdout
index 65d93d8244..381850d9a4 100644
--- a/testsuite/tests/driver/retc001/retc001.stdout
+++ b/testsuite/tests/driver/retc001/retc001.stdout
@@ -1,7 +1,7 @@
-[1 of 3] Compiling A (.hs -> nothing)
-[2 of 3] Compiling B (.hs -> nothing)
-[3 of 3] Compiling Main (.hs -> nothing)
+[1 of 3] Compiling A ( A.hs, nothing )
+[2 of 3] Compiling B ( B.hs, nothing )
+[3 of 3] Compiling Main ( C.hs, nothing )
Middle
End
-[2 of 3] Compiling B (.hs -> nothing)
-[3 of 3] Compiling Main (.hs -> nothing) [B changed]
+[2 of 3] Compiling B ( B.hs, nothing )
+[3 of 3] Compiling Main ( C.hs, nothing ) [B changed]
diff --git a/testsuite/tests/driver/retc002/retc002.stdout b/testsuite/tests/driver/retc002/retc002.stdout
index 3eed320b17..e76853f8f8 100644
--- a/testsuite/tests/driver/retc002/retc002.stdout
+++ b/testsuite/tests/driver/retc002/retc002.stdout
@@ -1,3 +1,3 @@
-[1 of 3] Compiling W[boot] (.hs-boot -> nothing)
-[2 of 3] Compiling Q (.hs -> nothing)
-[3 of 3] Compiling W (.hs -> nothing)
+[1 of 3] Compiling W[boot] ( W.hs-boot, nothing )
+[2 of 3] Compiling Q ( Q.hs, nothing )
+[3 of 3] Compiling W ( W.hs, nothing )
diff --git a/testsuite/tests/driver/write_interface_make.stdout b/testsuite/tests/driver/write_interface_make.stdout
index 9111e605a2..1594f5ee2f 100644
--- a/testsuite/tests/driver/write_interface_make.stdout
+++ b/testsuite/tests/driver/write_interface_make.stdout
@@ -1 +1 @@
-[1 of 1] Compiling A011 (.hs -> nothing)
+[1 of 1] Compiling A011 ( A011.hs, nothing )
diff --git a/testsuite/tests/generics/T5462No1.stderr b/testsuite/tests/generics/T5462No1.stderr
index 91e078b33e..c82f1b86ee 100644
--- a/testsuite/tests/generics/T5462No1.stderr
+++ b/testsuite/tests/generics/T5462No1.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling GFunctor (.hs -> .o)
-[2 of 2] Compiling T5462No1 (.hs -> .o)
+[1 of 2] Compiling GFunctor ( GFunctor/GFunctor.hs, out_T5462No1/GFunctor.o )
+[2 of 2] Compiling T5462No1 ( T5462No1.hs, out_T5462No1/T5462No1.o )
T5462No1.hs:24:42: error:
Can't make a derived instance of ‘GFunctor F’:
diff --git a/testsuite/tests/ghc-api/T10052/T10052.stdout b/testsuite/tests/ghc-api/T10052/T10052.stdout
index ad610bd173..1a909eb36f 100644
--- a/testsuite/tests/ghc-api/T10052/T10052.stdout
+++ b/testsuite/tests/ghc-api/T10052/T10052.stdout
@@ -1 +1 @@
-[1 of 1] Compiling Main (.hs -> interpreted)
+[1 of 1] Compiling Main ( T10052-input.hs, interpreted )
diff --git a/testsuite/tests/ghc-api/T7478/T7478.stdout b/testsuite/tests/ghc-api/T7478/T7478.stdout
index f12c4f6ce1..372cf9bfa3 100644
--- a/testsuite/tests/ghc-api/T7478/T7478.stdout
+++ b/testsuite/tests/ghc-api/T7478/T7478.stdout
@@ -1,8 +1,8 @@
----- 0 ------
-(0,"[1 of 2] Compiling B (.hs -> .o)")
-(0,"[2 of 2] Compiling Main (.hs -> .o)")
+(0,"[1 of 2] Compiling B ( B.hs, B.o )")
+(0,"[2 of 2] Compiling Main ( A.hs, A.o )")
----- 1 ------
-(1,"[2 of 2] Compiling Main (.hs -> .o)")
+(1,"[2 of 2] Compiling Main ( A.hs, A.o )")
----- 2 ------
-(2,"[1 of 1] Compiling Main (.hs -> .o)")
+(2,"[1 of 1] Compiling Main ( C.hs, C.o )")
(2,"Linking A ...")
diff --git a/testsuite/tests/ghci/prog009/ghci.prog009.stdout b/testsuite/tests/ghci/prog009/ghci.prog009.stdout
index fd6fa93e60..20c759782f 100644
--- a/testsuite/tests/ghci/prog009/ghci.prog009.stdout
+++ b/testsuite/tests/ghci/prog009/ghci.prog009.stdout
@@ -3,6 +3,6 @@ nub :: Eq a => [a] -> [a]
nub :: Eq a => [a] -> [a]
"tan"
nub :: Eq a => [a] -> [a]
-A (.hs -> interpreted)
+A ( A.hs, interpreted )
nub :: Eq a => [a] -> [a]
"tan"
diff --git a/testsuite/tests/ghci/scripts/T1914.stdout b/testsuite/tests/ghci/scripts/T1914.stdout
index 2d57c38424..063758e39c 100644
--- a/testsuite/tests/ghci/scripts/T1914.stdout
+++ b/testsuite/tests/ghci/scripts/T1914.stdout
@@ -1,7 +1,7 @@
-[1 of 2] Compiling T1914B (.hs -> interpreted)
-[2 of 2] Compiling T1914A (.hs -> interpreted)
+[1 of 2] Compiling T1914B ( T1914B.hs, interpreted )
+[2 of 2] Compiling T1914A ( T1914A.hs, interpreted )
Ok, modules loaded: T1914A, T1914B.
-[2 of 2] Compiling T1914A (.hs -> interpreted)
+[2 of 2] Compiling T1914A ( T1914A.hs, interpreted )
Failed, modules loaded: T1914B.
-[2 of 2] Compiling T1914A (.hs -> interpreted)
+[2 of 2] Compiling T1914A ( T1914A.hs, interpreted )
Ok, modules loaded: T1914A, T1914B.
diff --git a/testsuite/tests/ghci/scripts/T6105.stdout b/testsuite/tests/ghci/scripts/T6105.stdout
index c4a5f9de4f..73b6d2cdfb 100644
--- a/testsuite/tests/ghci/scripts/T6105.stdout
+++ b/testsuite/tests/ghci/scripts/T6105.stdout
@@ -1,4 +1,4 @@
-[1 of 1] Compiling T6105 (.hs -> interpreted)
+[1 of 1] Compiling T6105 ( T6105.hs, interpreted )
Ok, modules loaded: T6105.
-[1 of 1] Compiling T6105 (.hs -> interpreted)
+[1 of 1] Compiling T6105 ( T6105.hs, interpreted )
Ok, modules loaded: T6105.
diff --git a/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr b/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr
index 6507bf0fe0..c2994dc1a5 100644
--- a/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr
+++ b/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr
@@ -1,4 +1,4 @@
-[1 of 3] Compiling Hidden (.hs -> .o)
+[1 of 3] Compiling Hidden ( Hidden.hs, Hidden.o )
==================== Parser ====================
module Hidden where
@@ -6,7 +6,7 @@ hidden :: Int -> Int
hidden a = a
-[2 of 3] Compiling Visible (.hs -> .o)
+[2 of 3] Compiling Visible ( Visible.hs, Visible.o )
==================== Parser ====================
module Visible where
@@ -14,7 +14,7 @@ visible :: Int -> Int
visible a = a
-[3 of 3] Compiling Test (.hs -> .o)
+[3 of 3] Compiling Test ( Test.hs, Test.o )
==================== Parser ====================
diff --git a/testsuite/tests/indexed-types/should_compile/impexp.stderr b/testsuite/tests/indexed-types/should_compile/impexp.stderr
index 37d26e7f90..7ebebe9e03 100644
--- a/testsuite/tests/indexed-types/should_compile/impexp.stderr
+++ b/testsuite/tests/indexed-types/should_compile/impexp.stderr
@@ -1,2 +1,2 @@
-[1 of 2] Compiling Exp (.hs -> .o)
-[2 of 2] Compiling Imp (.hs -> .o)
+[1 of 2] Compiling Exp ( Exp.hs, Exp.o )
+[2 of 2] Compiling Imp ( Imp.hs, Imp.o )
diff --git a/testsuite/tests/indexed-types/should_fail/T9580.stderr b/testsuite/tests/indexed-types/should_fail/T9580.stderr
index 1bc0eb82da..5612906f84 100644
--- a/testsuite/tests/indexed-types/should_fail/T9580.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T9580.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling T9580a (.hs -> .o)
-[2 of 2] Compiling T9580 (.hs -> .o)
+[1 of 2] Compiling T9580a ( T9580a.hs, T9580a.o )
+[2 of 2] Compiling T9580 ( T9580.hs, T9580.o )
T9580.hs:7:9: error:
Couldn't match representation of type ‘Dimensional Int Double’
diff --git a/testsuite/tests/module/T11970A.stderr b/testsuite/tests/module/T11970A.stderr
index ad71e2e8ec..6b478a7335 100644
--- a/testsuite/tests/module/T11970A.stderr
+++ b/testsuite/tests/module/T11970A.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling T11970A1 (.hs -> .o)
-[2 of 2] Compiling T11970A (.hs -> .o)
+[1 of 2] Compiling T11970A1 ( T11970A1.hs, T11970A1.o )
+[2 of 2] Compiling T11970A ( T11970A.hs, T11970A.o )
T11970A.hs:3:1: warning: [-Wunused-imports (in -Wextra)]
The import of ‘Fail(b)’ from module ‘T11970A1’ is redundant
diff --git a/testsuite/tests/module/base01/base01.stdout b/testsuite/tests/module/base01/base01.stdout
index ca464f0f7e..9ab7d2124e 100644
--- a/testsuite/tests/module/base01/base01.stdout
+++ b/testsuite/tests/module/base01/base01.stdout
@@ -1 +1 @@
-[2 of 2] Compiling GHC.Foo (.hs -> .o)
+[2 of 2] Compiling GHC.Foo ( GHC/Foo.hs, GHC/Foo.o )
diff --git a/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr b/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr
index b859d46a57..2a107d6570 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling T11167_ambiguous_fixity_A (.hs -> .o)
-[2 of 3] Compiling T11167_ambiguous_fixity_B (.hs -> .o)
-[3 of 3] Compiling T11167_ambiguous_fixity (.hs -> .o)
+[1 of 3] Compiling T11167_ambiguous_fixity_A ( T11167_ambiguous_fixity_A.hs, T11167_ambiguous_fixity_A.o )
+[2 of 3] Compiling T11167_ambiguous_fixity_B ( T11167_ambiguous_fixity_B.hs, T11167_ambiguous_fixity_B.o )
+[3 of 3] Compiling T11167_ambiguous_fixity ( T11167_ambiguous_fixity.hs, T11167_ambiguous_fixity.o )
T11167_ambiguous_fixity.hs:6:7: error:
Ambiguous fixity for record field ‘foo’
diff --git a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail04.stderr b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail04.stderr
index b0970ea0ca..0c58ad7164 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail04.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail04.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling OverloadedRecFldsFail04_A (.hs -> .o)
-[2 of 2] Compiling Main (.hs -> .o)
+[1 of 2] Compiling OverloadedRecFldsFail04_A ( OverloadedRecFldsFail04_A.hs, OverloadedRecFldsFail04_A.o )
+[2 of 2] Compiling Main ( overloadedrecfldsfail04.hs, overloadedrecfldsfail04.o )
overloadedrecfldsfail04.hs:9:6: error:
Ambiguous occurrence ‘I.x’
diff --git a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail06.stderr b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail06.stderr
index 6baa5ad397..dc8a9d6bbc 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail06.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail06.stderr
@@ -1,4 +1,4 @@
-[1 of 2] Compiling OverloadedRecFldsFail06_A (.hs -> .o)
+[1 of 2] Compiling OverloadedRecFldsFail06_A ( OverloadedRecFldsFail06_A.hs, OverloadedRecFldsFail06_A.o )
OverloadedRecFldsFail06_A.hs:9:15: warning: [-Wunused-top-binds (in -Wextra, -Wunused-binds)]
Defined but not used: data constructor ‘MkUnused’
@@ -8,7 +8,7 @@ OverloadedRecFldsFail06_A.hs:9:42: warning: [-Wunused-top-binds (in -Wextra, -Wu
OverloadedRecFldsFail06_A.hs:9:59: warning: [-Wunused-top-binds (in -Wextra, -Wunused-binds)]
Defined but not used: ‘used_locally’
-[2 of 2] Compiling Main (.hs -> .o)
+[2 of 2] Compiling Main ( overloadedrecfldsfail06.hs, overloadedrecfldsfail06.o )
overloadedrecfldsfail06.hs:7:1: warning: [-Wunused-imports (in -Wextra)]
The import of ‘Unused(unused), V(x), U(y), MkV, Unused’
diff --git a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail10.stderr b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail10.stderr
index d1455baaae..9be384b500 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail10.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail10.stderr
@@ -1,7 +1,7 @@
-[1 of 4] Compiling OverloadedRecFldsFail10_A (.hs -> .o)
-[2 of 4] Compiling OverloadedRecFldsFail10_B (.hs -> .o)
-[3 of 4] Compiling OverloadedRecFldsFail10_C (.hs -> .o)
-[4 of 4] Compiling Main (.hs -> .o)
+[1 of 4] Compiling OverloadedRecFldsFail10_A ( OverloadedRecFldsFail10_A.hs, OverloadedRecFldsFail10_A.o )
+[2 of 4] Compiling OverloadedRecFldsFail10_B ( OverloadedRecFldsFail10_B.hs, OverloadedRecFldsFail10_B.o )
+[3 of 4] Compiling OverloadedRecFldsFail10_C ( OverloadedRecFldsFail10_C.hs, OverloadedRecFldsFail10_C.o )
+[4 of 4] Compiling Main ( overloadedrecfldsfail10.hs, overloadedrecfldsfail10.o )
overloadedrecfldsfail10.hs:6:20: error:
Conflicting exports for ‘foo’:
diff --git a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail11.stderr b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail11.stderr
index 79a768aae9..dac6d29ef2 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail11.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail11.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling OverloadedRecFldsFail11_A (.hs -> .o)
-[2 of 2] Compiling Main (.hs -> .o)
+[1 of 2] Compiling OverloadedRecFldsFail11_A ( OverloadedRecFldsFail11_A.hs, OverloadedRecFldsFail11_A.o )
+[2 of 2] Compiling Main ( overloadedrecfldsfail11.hs, overloadedrecfldsfail11.o )
overloadedrecfldsfail11.hs:5:15: warning: [-Wdeprecations (in -Wdefault)]
In the use of ‘foo’ (imported from OverloadedRecFldsFail11_A):
diff --git a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail12.stderr b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail12.stderr
index ef8c135114..7cd9151c56 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail12.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail12.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling OverloadedRecFldsFail12_A (.hs -> .o)
-[2 of 2] Compiling Main (.hs -> .o)
+[1 of 2] Compiling OverloadedRecFldsFail12_A ( OverloadedRecFldsFail12_A.hs, OverloadedRecFldsFail12_A.o )
+[2 of 2] Compiling Main ( overloadedrecfldsfail12.hs, overloadedrecfldsfail12.o )
overloadedrecfldsfail12.hs:10:11: warning: [-Wdeprecations (in -Wdefault)]
In the use of ‘foo’ (imported from OverloadedRecFldsFail12_A):
diff --git a/testsuite/tests/parser/should_compile/T5243.stderr b/testsuite/tests/parser/should_compile/T5243.stderr
index 18cffcbad9..450e001237 100644
--- a/testsuite/tests/parser/should_compile/T5243.stderr
+++ b/testsuite/tests/parser/should_compile/T5243.stderr
@@ -1,3 +1,3 @@
-[1 of 2] Compiling T5243A (.hs -> .o)
-[2 of 2] Compiling Main (.hs -> .o)
+[1 of 2] Compiling T5243A ( T5243A.hs, T5243A.o )
+[2 of 2] Compiling Main ( T5243.hs, T5243.o )
Linking T5243 ...
diff --git a/testsuite/tests/partial-sigs/should_compile/SplicesUsed.stderr b/testsuite/tests/partial-sigs/should_compile/SplicesUsed.stderr
index 131c83a3d6..fc12b71b6b 100644
--- a/testsuite/tests/partial-sigs/should_compile/SplicesUsed.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/SplicesUsed.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling Splices (.hs -> .o)
-[2 of 2] Compiling SplicesUsed (.hs -> .o)
+[1 of 2] Compiling Splices ( Splices.hs, Splices.o )
+[2 of 2] Compiling SplicesUsed ( SplicesUsed.hs, SplicesUsed.o )
SplicesUsed.hs:7:16: warning: [-Wpartial-type-signatures (in -Wdefault)]
• Found type wildcard ‘_’ standing for ‘Maybe Bool’
diff --git a/testsuite/tests/partial-sigs/should_fail/ExtraConstraintsWildcardInTypeSpliceUsed.stderr b/testsuite/tests/partial-sigs/should_fail/ExtraConstraintsWildcardInTypeSpliceUsed.stderr
index 2e7d4226be..a8f98d9e62 100644
--- a/testsuite/tests/partial-sigs/should_fail/ExtraConstraintsWildcardInTypeSpliceUsed.stderr
+++ b/testsuite/tests/partial-sigs/should_fail/ExtraConstraintsWildcardInTypeSpliceUsed.stderr
@@ -1,4 +1,4 @@
-[1 of 2] Compiling ExtraConstraintsWildcardInTypeSplice (.hs -> .o)
+[1 of 2] Compiling ExtraConstraintsWildcardInTypeSplice ( ExtraConstraintsWildcardInTypeSplice.hs, ExtraConstraintsWildcardInTypeSplice.o )
ExtraConstraintsWildcardInTypeSplice.hs:7:16: error:
• Wildcard ‘_’ not allowed in a constraint
diff --git a/testsuite/tests/plugins/Makefile b/testsuite/tests/plugins/Makefile
index 4a8af8c917..46fdc7df2f 100644
--- a/testsuite/tests/plugins/Makefile
+++ b/testsuite/tests/plugins/Makefile
@@ -45,5 +45,5 @@ T11244:
.PHONY: T12567a
T12567a:
"$(TEST_HC)" $(TEST_HC_OPTS) $(ghcPluginWayFlags) --make T12567a.hs -package-db simple-plugin/pkg.T12567a/local.package.conf -hide-all-plugin-packages -plugin-package simple-plugin 1>&2
- "$(TEST_HC)" $(TEST_HC_OPTS) $(ghcPluginWayFlags) --make T12567a.hs -package-db simple-plugin/pkg.T12567a/local.package.conf -hide-all-plugin-packages -plugin-package simple-plugin 2>&1 | grep ".hs -> .o" 1>&2
+ "$(TEST_HC)" $(TEST_HC_OPTS) $(ghcPluginWayFlags) --make T12567a.hs -package-db simple-plugin/pkg.T12567a/local.package.conf -hide-all-plugin-packages -plugin-package simple-plugin 2>&1 | grep "T12567a.hs, T12567a.o" 1>&2
"$(TEST_HC)" $(TEST_HC_OPTS) $(ghcPluginWayFlags) --make T12567b.hs -package-db simple-plugin/pkg.T12567a/local.package.conf -hide-all-plugin-packages -plugin-package simple-plugin 1>&2
diff --git a/testsuite/tests/plugins/T12567a.stderr b/testsuite/tests/plugins/T12567a.stderr
index e94eb80534..aee35e3528 100644
--- a/testsuite/tests/plugins/T12567a.stderr
+++ b/testsuite/tests/plugins/T12567a.stderr
@@ -1,10 +1,10 @@
-[1 of 1] Compiling T12567a (.hs -> .o)
+[1 of 1] Compiling T12567a ( T12567a.hs, T12567a.o )
Simple Plugin Passes Queried
Got options:
Simple Plugin Pass Run
-[1 of 1] Compiling T12567a (.hs -> .o) [Simple.Plugin changed]
-[1 of 2] Compiling T12567a (.hs -> .o) [Simple.Plugin changed]
+[1 of 1] Compiling T12567a ( T12567a.hs, T12567a.o ) [Simple.Plugin changed]
+[1 of 2] Compiling T12567a ( T12567a.hs, T12567a.o ) [Simple.Plugin changed]
Simple Plugin Passes Queried
Got options:
Simple Plugin Pass Run
-[2 of 2] Compiling T12567b (.hs -> .o)
+[2 of 2] Compiling T12567b ( T12567b.hs, T12567b.o )
diff --git a/testsuite/tests/plugins/frontend01.stdout b/testsuite/tests/plugins/frontend01.stdout
index c9b12beb3e..84950bcbc9 100644
--- a/testsuite/tests/plugins/frontend01.stdout
+++ b/testsuite/tests/plugins/frontend01.stdout
@@ -1,4 +1,4 @@
["foobar"]
-[1 of 1] Compiling Main (.hs -> .o)
+[1 of 1] Compiling Main ( frontend01.hs, frontend01.o )
Linking frontend01 ...
hello world
diff --git a/testsuite/tests/rename/should_compile/T11624.stderr b/testsuite/tests/rename/should_compile/T11624.stderr
index c5b965ca14..9cde01450d 100644
--- a/testsuite/tests/rename/should_compile/T11624.stderr
+++ b/testsuite/tests/rename/should_compile/T11624.stderr
@@ -1,3 +1,3 @@
-[1 of 3] Compiling T11624[boot] (.hs-boot -> .o-boot)
-[2 of 3] Compiling T11624a (.hs -> .o)
-[3 of 3] Compiling T11624 (.hs -> .o)
+[1 of 3] Compiling T11624[boot] ( T11624.hs-boot, T11624.o-boot )
+[2 of 3] Compiling T11624a ( T11624a.hs, T11624a.o )
+[3 of 3] Compiling T11624 ( T11624.hs, T11624.o )
diff --git a/testsuite/tests/rts/T9405.stdout b/testsuite/tests/rts/T9405.stdout
index 8d7cae61e5..a62f1c2d1b 100644
--- a/testsuite/tests/rts/T9405.stdout
+++ b/testsuite/tests/rts/T9405.stdout
@@ -1,3 +1,3 @@
-[1 of 1] Compiling Main (.hs -> .o)
+[1 of 1] Compiling Main ( T9405.hs, T9405.o )
Linking T9405 ...
Ticky-Ticky
diff --git a/testsuite/tests/rts/linker_unload.stdout b/testsuite/tests/rts/linker_unload.stdout
index da41b53202..84697b99ba 100644
--- a/testsuite/tests/rts/linker_unload.stdout
+++ b/testsuite/tests/rts/linker_unload.stdout
@@ -1,3 +1,3 @@
-[1 of 1] Compiling LinkerUnload (.hs -> .o)
+[1 of 1] Compiling LinkerUnload ( LinkerUnload.hs, LinkerUnload.o )
Linking linker_unload ...
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 \ No newline at end of file
diff --git a/testsuite/tests/safeHaskell/check/Check01.stderr b/testsuite/tests/safeHaskell/check/Check01.stderr
index 095d3b9744..8aafacab7d 100644
--- a/testsuite/tests/safeHaskell/check/Check01.stderr
+++ b/testsuite/tests/safeHaskell/check/Check01.stderr
@@ -1,4 +1,4 @@
-[3 of 3] Compiling Check01 (.hs -> .o)
+[3 of 3] Compiling Check01 ( Check01.hs, Check01.o )
<no location info>: error:
The package (base-4.9.0.0) is required to be trusted but it isn't!
diff --git a/testsuite/tests/safeHaskell/check/Check02.stderr b/testsuite/tests/safeHaskell/check/Check02.stderr
index b9183dce45..708541b8ed 100644
--- a/testsuite/tests/safeHaskell/check/Check02.stderr
+++ b/testsuite/tests/safeHaskell/check/Check02.stderr
@@ -1 +1 @@
-[3 of 3] Compiling Check02 (.hs -> .o)
+[3 of 3] Compiling Check02 ( Check02.hs, Check02.o )
diff --git a/testsuite/tests/safeHaskell/check/Check03.stderr b/testsuite/tests/safeHaskell/check/Check03.stderr
index 77cf7af90d..343803f6ff 100644
--- a/testsuite/tests/safeHaskell/check/Check03.stderr
+++ b/testsuite/tests/safeHaskell/check/Check03.stderr
@@ -1 +1 @@
-[3 of 3] Compiling Check03 (.hs -> .o)
+[3 of 3] Compiling Check03 ( Check03.hs, Check03.o )
diff --git a/testsuite/tests/safeHaskell/check/Check04.stderr b/testsuite/tests/safeHaskell/check/Check04.stderr
index 9eaed992db..ec3bdb1585 100644
--- a/testsuite/tests/safeHaskell/check/Check04.stderr
+++ b/testsuite/tests/safeHaskell/check/Check04.stderr
@@ -1,2 +1,2 @@
-[4 of 4] Compiling Main (.hs -> .o)
+[4 of 4] Compiling Main ( Check04.hs, Check04.o )
Linking Check04 ...
diff --git a/testsuite/tests/safeHaskell/check/Check06.stderr b/testsuite/tests/safeHaskell/check/Check06.stderr
index fdc7f70fd0..ac0ece6705 100644
--- a/testsuite/tests/safeHaskell/check/Check06.stderr
+++ b/testsuite/tests/safeHaskell/check/Check06.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling Check06_A (.hs -> .o)
-[2 of 2] Compiling Check06 (.hs -> .o)
+[1 of 2] Compiling Check06_A ( Check06_A.hs, Check06_A.o )
+[2 of 2] Compiling Check06 ( Check06.hs, Check06.o )
<no location info>: error:
The package (base-4.9.0.0) is required to be trusted but it isn't!
diff --git a/testsuite/tests/safeHaskell/check/Check07.stderr b/testsuite/tests/safeHaskell/check/Check07.stderr
index 1c08775f9f..f41fbe0bde 100644
--- a/testsuite/tests/safeHaskell/check/Check07.stderr
+++ b/testsuite/tests/safeHaskell/check/Check07.stderr
@@ -1,3 +1,3 @@
-[1 of 3] Compiling Check07_A (.hs -> .o)
-[2 of 3] Compiling Check07_B (.hs -> .o)
-[3 of 3] Compiling Check07 (.hs -> .o)
+[1 of 3] Compiling Check07_A ( Check07_A.hs, Check07_A.o )
+[2 of 3] Compiling Check07_B ( Check07_B.hs, Check07_B.o )
+[3 of 3] Compiling Check07 ( Check07.hs, Check07.o )
diff --git a/testsuite/tests/safeHaskell/check/Check08.stderr b/testsuite/tests/safeHaskell/check/Check08.stderr
index e901f6baeb..e081a984e8 100644
--- a/testsuite/tests/safeHaskell/check/Check08.stderr
+++ b/testsuite/tests/safeHaskell/check/Check08.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling Check08_A (.hs -> .o)
-[2 of 3] Compiling Check08_B (.hs -> .o)
-[3 of 3] Compiling Check08 (.hs -> .o)
+[1 of 3] Compiling Check08_A ( Check08_A.hs, Check08_A.o )
+[2 of 3] Compiling Check08_B ( Check08_B.hs, Check08_B.o )
+[3 of 3] Compiling Check08 ( Check08.hs, Check08.o )
<no location info>: error:
The package (base-4.9.0.0) is required to be trusted but it isn't!
diff --git a/testsuite/tests/safeHaskell/check/CheckB.stderr b/testsuite/tests/safeHaskell/check/CheckB.stderr
index 8df711d1fc..f8321b3704 100644
--- a/testsuite/tests/safeHaskell/check/CheckB.stderr
+++ b/testsuite/tests/safeHaskell/check/CheckB.stderr
@@ -1,2 +1,2 @@
-[1 of 2] Compiling CheckB_Aux (.hs -> .o)
-[2 of 2] Compiling CheckB (.hs -> .o)
+[1 of 2] Compiling CheckB_Aux ( CheckB_Aux.hs, CheckB_Aux.o )
+[2 of 2] Compiling CheckB ( CheckB.hs, CheckB.o )
diff --git a/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr b/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr
index cdd36a70c3..00181efaed 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr
+++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafe03.stderr
@@ -1,4 +1,4 @@
-[2 of 2] Compiling Main (.hs -> .o)
+[2 of 2] Compiling Main ( ImpSafe03.hs, ImpSafe03.o )
<no location info>: error:
The package (bytestring-0.10.8.1) is required to be trusted but it isn't!
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap1.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap1.stderr
index a3e41c28cc..20349c6024 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap1.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap1.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling SH_Overlap1_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap1_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap1 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap1_B ( SH_Overlap1_B.hs, SH_Overlap1_B.o )
+[2 of 3] Compiling SH_Overlap1_A ( SH_Overlap1_A.hs, SH_Overlap1_A.o )
+[3 of 3] Compiling SH_Overlap1 ( SH_Overlap1.hs, SH_Overlap1.o )
SH_Overlap1.hs:15:8: error:
Unsafe overlapping instances for C [Int] arising from a use of ‘f’
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap10.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap10.stderr
index 7d3ccae40b..c5aee56283 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap10.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap10.stderr
@@ -1,3 +1,3 @@
-[1 of 3] Compiling SH_Overlap10_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap10_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap10 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap10_B ( SH_Overlap10_B.hs, SH_Overlap10_B.o )
+[2 of 3] Compiling SH_Overlap10_A ( SH_Overlap10_A.hs, SH_Overlap10_A.o )
+[3 of 3] Compiling SH_Overlap10 ( SH_Overlap10.hs, SH_Overlap10.o )
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap11.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap11.stderr
index e5bf0bc9df..aca02ef4a9 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap11.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap11.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling SH_Overlap11_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap11_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap11 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap11_B ( SH_Overlap11_B.hs, SH_Overlap11_B.o )
+[2 of 3] Compiling SH_Overlap11_A ( SH_Overlap11_A.hs, SH_Overlap11_A.o )
+[3 of 3] Compiling SH_Overlap11 ( SH_Overlap11.hs, SH_Overlap11.o )
SH_Overlap11.hs:1:16: warning: [-Wunsafe]
‘SH_Overlap11’ has been inferred as unsafe!
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap2.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap2.stderr
index 4aea8351a6..b4f15515b0 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap2.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap2.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling SH_Overlap2_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap2_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap2 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap2_B ( SH_Overlap2_B.hs, SH_Overlap2_B.o )
+[2 of 3] Compiling SH_Overlap2_A ( SH_Overlap2_A.hs, SH_Overlap2_A.o )
+[3 of 3] Compiling SH_Overlap2 ( SH_Overlap2.hs, SH_Overlap2.o )
SH_Overlap2.hs:18:8: error:
Unsafe overlapping instances for C [Int] arising from a use of ‘f’
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap3.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap3.stderr
index 8eccbc0cdf..8a0066f55e 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap3.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap3.stderr
@@ -1,3 +1,3 @@
-[1 of 3] Compiling SH_Overlap3_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap3_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap3 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap3_B ( SH_Overlap3_B.hs, SH_Overlap3_B.o )
+[2 of 3] Compiling SH_Overlap3_A ( SH_Overlap3_A.hs, SH_Overlap3_A.o )
+[3 of 3] Compiling SH_Overlap3 ( SH_Overlap3.hs, SH_Overlap3.o )
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap4.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap4.stderr
index 5f9fb1c057..6942269b85 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap4.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap4.stderr
@@ -1,3 +1,3 @@
-[1 of 3] Compiling SH_Overlap4_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap4_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap4 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap4_B ( SH_Overlap4_B.hs, SH_Overlap4_B.o )
+[2 of 3] Compiling SH_Overlap4_A ( SH_Overlap4_A.hs, SH_Overlap4_A.o )
+[3 of 3] Compiling SH_Overlap4 ( SH_Overlap4.hs, SH_Overlap4.o )
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap5.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap5.stderr
index 97d7c76aa0..8c2bc7df9d 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap5.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap5.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling SH_Overlap5_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap5_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap5 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap5_B ( SH_Overlap5_B.hs, SH_Overlap5_B.o )
+[2 of 3] Compiling SH_Overlap5_A ( SH_Overlap5_A.hs, SH_Overlap5_A.o )
+[3 of 3] Compiling SH_Overlap5 ( SH_Overlap5.hs, SH_Overlap5.o )
SH_Overlap5.hs:15:8: error:
Unsafe overlapping instances for C [Int] arising from a use of ‘f’
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap6.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap6.stderr
index a2ca4a70e1..e5b7ac95d6 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap6.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap6.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling SH_Overlap6_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap6_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap6 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap6_B ( SH_Overlap6_B.hs, SH_Overlap6_B.o )
+[2 of 3] Compiling SH_Overlap6_A ( SH_Overlap6_A.hs, SH_Overlap6_A.o )
+[3 of 3] Compiling SH_Overlap6 ( SH_Overlap6.hs, SH_Overlap6.o )
SH_Overlap6.hs:14:8: error:
Unsafe overlapping instances for C [Int] arising from a use of ‘f’
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap7.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap7.stderr
index 717f129dff..8010407cc7 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap7.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap7.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling SH_Overlap7_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap7_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap7 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap7_B ( SH_Overlap7_B.hs, SH_Overlap7_B.o )
+[2 of 3] Compiling SH_Overlap7_A ( SH_Overlap7_A.hs, SH_Overlap7_A.o )
+[3 of 3] Compiling SH_Overlap7 ( SH_Overlap7.hs, SH_Overlap7.o )
SH_Overlap7.hs:1:16: warning: [-Wunsafe]
‘SH_Overlap7’ has been inferred as unsafe!
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap8.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap8.stderr
index b3c0197104..f53cd439bb 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap8.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap8.stderr
@@ -1,2 +1,2 @@
-[1 of 2] Compiling SH_Overlap8_A (.hs -> .o)
-[2 of 2] Compiling SH_Overlap8 (.hs -> .o)
+[1 of 2] Compiling SH_Overlap8_A ( SH_Overlap8_A.hs, SH_Overlap8_A.o )
+[2 of 2] Compiling SH_Overlap8 ( SH_Overlap8.hs, SH_Overlap8.o )
diff --git a/testsuite/tests/safeHaskell/overlapping/SH_Overlap9.stderr b/testsuite/tests/safeHaskell/overlapping/SH_Overlap9.stderr
index 6b09a7fa6b..b94705c654 100644
--- a/testsuite/tests/safeHaskell/overlapping/SH_Overlap9.stderr
+++ b/testsuite/tests/safeHaskell/overlapping/SH_Overlap9.stderr
@@ -1,3 +1,3 @@
-[1 of 3] Compiling SH_Overlap9_B (.hs -> .o)
-[2 of 3] Compiling SH_Overlap9_A (.hs -> .o)
-[3 of 3] Compiling SH_Overlap9 (.hs -> .o)
+[1 of 3] Compiling SH_Overlap9_B ( SH_Overlap9_B.hs, SH_Overlap9_B.o )
+[2 of 3] Compiling SH_Overlap9_A ( SH_Overlap9_A.hs, SH_Overlap9_A.o )
+[3 of 3] Compiling SH_Overlap9 ( SH_Overlap9.hs, SH_Overlap9.o )
diff --git a/testsuite/tests/safeHaskell/safeInfered/SafeInfered01.stderr b/testsuite/tests/safeHaskell/safeInfered/SafeInfered01.stderr
index a8324e047c..134cbbe20b 100644
--- a/testsuite/tests/safeHaskell/safeInfered/SafeInfered01.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/SafeInfered01.stderr
@@ -1,2 +1,2 @@
-[1 of 2] Compiling SafeInfered01_A (.hs -> .o)
-[2 of 2] Compiling SafeInfered01 (.hs -> .o)
+[1 of 2] Compiling SafeInfered01_A ( SafeInfered01_A.hs, SafeInfered01_A.o )
+[2 of 2] Compiling SafeInfered01 ( SafeInfered01.hs, SafeInfered01.o )
diff --git a/testsuite/tests/safeHaskell/safeInfered/SafeInfered02.stderr b/testsuite/tests/safeHaskell/safeInfered/SafeInfered02.stderr
index 4954b70cdc..ffbce376b1 100644
--- a/testsuite/tests/safeHaskell/safeInfered/SafeInfered02.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/SafeInfered02.stderr
@@ -1,2 +1,2 @@
-[1 of 2] Compiling SafeInfered02_A (.hs -> .o)
-[2 of 2] Compiling SafeInfered02 (.hs -> .o)
+[1 of 2] Compiling SafeInfered02_A ( SafeInfered02_A.hs, SafeInfered02_A.o )
+[2 of 2] Compiling SafeInfered02 ( SafeInfered02.hs, SafeInfered02.o )
diff --git a/testsuite/tests/safeHaskell/safeInfered/SafeInfered03.stderr b/testsuite/tests/safeHaskell/safeInfered/SafeInfered03.stderr
index 3109ec0b71..18940a98f2 100644
--- a/testsuite/tests/safeHaskell/safeInfered/SafeInfered03.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/SafeInfered03.stderr
@@ -1,2 +1,2 @@
-[1 of 2] Compiling SafeInfered03_A (.hs -> .o)
-[2 of 2] Compiling SafeInfered03 (.hs -> .o)
+[1 of 2] Compiling SafeInfered03_A ( SafeInfered03_A.hs, SafeInfered03_A.o )
+[2 of 2] Compiling SafeInfered03 ( SafeInfered03.hs, SafeInfered03.o )
diff --git a/testsuite/tests/safeHaskell/safeInfered/SafeInfered04.stderr b/testsuite/tests/safeHaskell/safeInfered/SafeInfered04.stderr
index 8a394f43b6..c264464886 100644
--- a/testsuite/tests/safeHaskell/safeInfered/SafeInfered04.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/SafeInfered04.stderr
@@ -1,2 +1,2 @@
-[1 of 2] Compiling SafeInfered04_A (.hs -> .o)
-[2 of 2] Compiling SafeInfered04 (.hs -> .o)
+[1 of 2] Compiling SafeInfered04_A ( SafeInfered04_A.hs, SafeInfered04_A.o )
+[2 of 2] Compiling SafeInfered04 ( SafeInfered04.hs, SafeInfered04.o )
diff --git a/testsuite/tests/safeHaskell/safeInfered/SafeInfered05.stderr b/testsuite/tests/safeHaskell/safeInfered/SafeInfered05.stderr
index 8c9e264273..5d194064b8 100644
--- a/testsuite/tests/safeHaskell/safeInfered/SafeInfered05.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/SafeInfered05.stderr
@@ -1,8 +1,8 @@
SafeInfered05.hs:2:14: warning:
-XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
-[1 of 2] Compiling SafeInfered05_A (.hs -> .o)
+[1 of 2] Compiling SafeInfered05_A ( SafeInfered05_A.hs, SafeInfered05_A.o )
SafeInfered05_A.hs:2:16: warning: [-Wsafe]
‘SafeInfered05_A’ has been inferred as safe!
-[2 of 2] Compiling SafeInfered05 (.hs -> .o)
+[2 of 2] Compiling SafeInfered05 ( SafeInfered05.hs, SafeInfered05.o )
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered01.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered01.stderr
index dc2be49840..4e705d6a16 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered01.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered01.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling UnsafeInfered01_A (.hs -> .o)
-[2 of 2] Compiling UnsafeInfered01 (.hs -> .o)
+[1 of 2] Compiling UnsafeInfered01_A ( UnsafeInfered01_A.hs, UnsafeInfered01_A.o )
+[2 of 2] Compiling UnsafeInfered01 ( UnsafeInfered01.hs, UnsafeInfered01.o )
UnsafeInfered01.hs:4:1: error:
UnsafeInfered01_A: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered02.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered02.stderr
index 12e6ad3e8b..c76996f5b8 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered02.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered02.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling UnsafeInfered02_A (.hs -> .o)
-[2 of 2] Compiling UnsafeInfered02 (.hs -> .o)
+[1 of 2] Compiling UnsafeInfered02_A ( UnsafeInfered02_A.hs, UnsafeInfered02_A.o )
+[2 of 2] Compiling UnsafeInfered02 ( UnsafeInfered02.hs, UnsafeInfered02.o )
UnsafeInfered02.hs:4:1: error:
UnsafeInfered02_A: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered03.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered03.stderr
index 8d28f8a64e..8a48fec4b0 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered03.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered03.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling UnsafeInfered03_A (.hs -> .o)
-[2 of 2] Compiling UnsafeInfered03 (.hs -> .o)
+[1 of 2] Compiling UnsafeInfered03_A ( UnsafeInfered03_A.hs, UnsafeInfered03_A.o )
+[2 of 2] Compiling UnsafeInfered03 ( UnsafeInfered03.hs, UnsafeInfered03.o )
UnsafeInfered03.hs:4:1: error:
UnsafeInfered03_A: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered05.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered05.stderr
index 354d026927..e70f03df38 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered05.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered05.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling UnsafeInfered05_A (.hs -> .o)
-[2 of 2] Compiling UnsafeInfered05 (.hs -> .o)
+[1 of 2] Compiling UnsafeInfered05_A ( UnsafeInfered05_A.hs, UnsafeInfered05_A.o )
+[2 of 2] Compiling UnsafeInfered05 ( UnsafeInfered05.hs, UnsafeInfered05.o )
UnsafeInfered05.hs:4:1: error:
UnsafeInfered05_A: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered06.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered06.stderr
index 738feecf94..42c8c3d1e5 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered06.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered06.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling UnsafeInfered06_A (.hs -> .o)
-[2 of 2] Compiling UnsafeInfered06 (.hs -> .o)
+[1 of 2] Compiling UnsafeInfered06_A ( UnsafeInfered06_A.hs, UnsafeInfered06_A.o )
+[2 of 2] Compiling UnsafeInfered06 ( UnsafeInfered06.hs, UnsafeInfered06.o )
UnsafeInfered06.hs:4:1: error:
UnsafeInfered06_A: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered08.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered08.stderr
index 5590e28c82..36f4ded2d5 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered08.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered08.stderr
@@ -1,2 +1,2 @@
-[1 of 2] Compiling UnsafeInfered08_A (.hs -> .o)
-[2 of 2] Compiling UnsafeInfered08 (.hs -> .o)
+[1 of 2] Compiling UnsafeInfered08_A ( UnsafeInfered08_A.hs, UnsafeInfered08_A.o )
+[2 of 2] Compiling UnsafeInfered08 ( UnsafeInfered08.hs, UnsafeInfered08.o )
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered09.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered09.stderr
index 4c1cfba83d..bf9b623eaa 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered09.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered09.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling UnsafeInfered09_B (.hs -> .o)
-[2 of 3] Compiling UnsafeInfered09_A (.hs -> .o)
-[3 of 3] Compiling UnsafeInfered09 (.hs -> .o)
+[1 of 3] Compiling UnsafeInfered09_B ( UnsafeInfered09_B.hs, UnsafeInfered09_B.o )
+[2 of 3] Compiling UnsafeInfered09_A ( UnsafeInfered09_A.hs, UnsafeInfered09_A.o )
+[3 of 3] Compiling UnsafeInfered09 ( UnsafeInfered09.hs, UnsafeInfered09.o )
UnsafeInfered09.hs:4:1: error:
UnsafeInfered09_A: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered10.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered10.stderr
index 1402ed426f..f626cf952f 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered10.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered10.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling UnsafeInfered10_A (.hs -> .o)
-[2 of 2] Compiling UnsafeInfered10 (.hs -> .o)
+[1 of 2] Compiling UnsafeInfered10_A ( UnsafeInfered10_A.hs, UnsafeInfered10_A.o )
+[2 of 2] Compiling UnsafeInfered10 ( UnsafeInfered10.hs, UnsafeInfered10.o )
UnsafeInfered10.hs:5:1: error:
UnsafeInfered10_A: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr
index 98d3c495ed..18a6a459c7 100644
--- a/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr
+++ b/testsuite/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr
@@ -1,4 +1,4 @@
-[1 of 2] Compiling UnsafeInfered11_A (.hs -> .o)
+[1 of 2] Compiling UnsafeInfered11_A ( UnsafeInfered11_A.hs, UnsafeInfered11_A.o )
UnsafeInfered11_A.hs:1:16: warning: [-Wunsafe]
‘UnsafeInfered11_A’ has been inferred as unsafe!
@@ -6,7 +6,7 @@ UnsafeInfered11_A.hs:1:16: warning: [-Wunsafe]
UnsafeInfered11_A.hs:17:11: warning:
Rule "lookupx/T" ignored
User defined rules are disabled under Safe Haskell
-[2 of 2] Compiling UnsafeInfered11 (.hs -> .o)
+[2 of 2] Compiling UnsafeInfered11 ( UnsafeInfered11.hs, UnsafeInfered11.o )
UnsafeInfered11.hs:5:1: error:
UnsafeInfered11_A: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeLanguage/SafeLang10.stderr b/testsuite/tests/safeHaskell/safeLanguage/SafeLang10.stderr
index 32abdd46c0..d0c5c68d6a 100644
--- a/testsuite/tests/safeHaskell/safeLanguage/SafeLang10.stderr
+++ b/testsuite/tests/safeHaskell/safeLanguage/SafeLang10.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling SafeLang10_A (.hs -> .o)
-[2 of 3] Compiling SafeLang10_B (.hs -> .o)
-[3 of 3] Compiling Main (.hs -> .o)
+[1 of 3] Compiling SafeLang10_A ( SafeLang10_A.hs, SafeLang10_A.o )
+[2 of 3] Compiling SafeLang10_B ( SafeLang10_B.hs, SafeLang10_B.o )
+[3 of 3] Compiling Main ( SafeLang10.hs, SafeLang10.o )
SafeLang10.hs:8:13:
Unsafe overlapping instances for Pos [Int]
diff --git a/testsuite/tests/safeHaskell/safeLanguage/SafeLang12.stderr b/testsuite/tests/safeHaskell/safeLanguage/SafeLang12.stderr
index 33d7e346da..b23875bf1d 100644
--- a/testsuite/tests/safeHaskell/safeLanguage/SafeLang12.stderr
+++ b/testsuite/tests/safeHaskell/safeLanguage/SafeLang12.stderr
@@ -4,8 +4,8 @@ SafeLang12.hs:2:14: warning:
SafeLang12_B.hs:2:14: warning:
-XTemplateHaskell is not allowed in Safe Haskell; ignoring -XTemplateHaskell
-[1 of 3] Compiling SafeLang12_A (.hs -> .o)
-[2 of 3] Compiling SafeLang12_B (.hs -> .o)
+[1 of 3] Compiling SafeLang12_A ( SafeLang12_A.hs, SafeLang12_A.o )
+[2 of 3] Compiling SafeLang12_B ( SafeLang12_B.hs, SafeLang12_B.o )
SafeLang12_B.hs:5:1: error:
Language.Haskell.TH: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/safeLanguage/SafeLang17.stderr b/testsuite/tests/safeHaskell/safeLanguage/SafeLang17.stderr
index 4665f62a64..c59f86670a 100644
--- a/testsuite/tests/safeHaskell/safeLanguage/SafeLang17.stderr
+++ b/testsuite/tests/safeHaskell/safeLanguage/SafeLang17.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling SafeLang17_A (.hs -> .o)
-[2 of 3] Compiling SafeLang17_B (.hs -> .o)
-[3 of 3] Compiling Main (.hs -> .o)
+[1 of 3] Compiling SafeLang17_A ( SafeLang17_A.hs, SafeLang17_A.o )
+[2 of 3] Compiling SafeLang17_B ( SafeLang17_B.hs, SafeLang17_B.o )
+[3 of 3] Compiling Main ( SafeLang17.hs, SafeLang17.o )
SafeLang17.hs:8:13:
Unsafe overlapping instances for Pos [Int]
diff --git a/testsuite/tests/typecheck/should_compile/T6018.stderr b/testsuite/tests/typecheck/should_compile/T6018.stderr
index 57eed50c46..b29260ec33 100644
--- a/testsuite/tests/typecheck/should_compile/T6018.stderr
+++ b/testsuite/tests/typecheck/should_compile/T6018.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling T6018[boot] (.hs-boot -> .o-boot)
-[2 of 3] Compiling T6018a (.hs -> .o)
-[3 of 3] Compiling T6018 (.hs -> .o)
+[1 of 3] Compiling T6018[boot] ( T6018.hs-boot, T6018.o-boot )
+[2 of 3] Compiling T6018a ( T6018a.hs, T6018a.o )
+[3 of 3] Compiling T6018 ( T6018.hs, T6018.o )
T6018.hs:107:5: warning:
Type family instance equation is overlapped:
diff --git a/testsuite/tests/typecheck/should_compile/tc245.stdout b/testsuite/tests/typecheck/should_compile/tc245.stdout
index 218dc19619..00beb40f5f 100644
--- a/testsuite/tests/typecheck/should_compile/tc245.stdout
+++ b/testsuite/tests/typecheck/should_compile/tc245.stdout
@@ -1,3 +1,3 @@
-[1 of 2] Compiling Tc245_A (.hs -> .o)
-[2 of 2] Compiling Tc245 (.hs -> .o)
-[2 of 2] Compiling Tc245 (.hs -> .o)
+[1 of 2] Compiling Tc245_A ( Tc245_A.hs, Tc245_A.o )
+[2 of 2] Compiling Tc245 ( tc245.hs, tc245.o )
+[2 of 2] Compiling Tc245 ( tc245.hs, tc245.o )
diff --git a/testsuite/tests/typecheck/should_fail/T12042.stderr b/testsuite/tests/typecheck/should_fail/T12042.stderr
index 5334c8ca6c..e9b139ca57 100644
--- a/testsuite/tests/typecheck/should_fail/T12042.stderr
+++ b/testsuite/tests/typecheck/should_fail/T12042.stderr
@@ -1,6 +1,6 @@
-[1 of 3] Compiling T12042[boot] (.hs-boot -> .o-boot)
-[2 of 3] Compiling T12042a (.hs -> .o)
-[3 of 3] Compiling T12042 (.hs -> .o)
+[1 of 3] Compiling T12042[boot] ( T12042.hs-boot, T12042.o-boot )
+[2 of 3] Compiling T12042a ( T12042a.hs, T12042a.o )
+[3 of 3] Compiling T12042 ( T12042.hs, T12042.o )
T12042.hs:3:1: error:
Cycle in type synonym declarations:
diff --git a/testsuite/tests/typecheck/should_fail/T6018fail.stderr b/testsuite/tests/typecheck/should_fail/T6018fail.stderr
index 9ca3ee0438..e40cb84d12 100644
--- a/testsuite/tests/typecheck/should_fail/T6018fail.stderr
+++ b/testsuite/tests/typecheck/should_fail/T6018fail.stderr
@@ -1,8 +1,8 @@
-[1 of 5] Compiling T6018Afail (.hs -> .o)
-[2 of 5] Compiling T6018Bfail (.hs -> .o)
-[3 of 5] Compiling T6018Cfail (.hs -> .o)
-[4 of 5] Compiling T6018Dfail (.hs -> .o)
-[5 of 5] Compiling T6018fail (.hs -> .o)
+[1 of 5] Compiling T6018Afail ( T6018Afail.hs, T6018Afail.o )
+[2 of 5] Compiling T6018Bfail ( T6018Bfail.hs, T6018Bfail.o )
+[3 of 5] Compiling T6018Cfail ( T6018Cfail.hs, T6018Cfail.o )
+[4 of 5] Compiling T6018Dfail ( T6018Dfail.hs, T6018Dfail.o )
+[5 of 5] Compiling T6018fail ( T6018fail.hs, T6018fail.o )
T6018Afail.hs:7:15: error:
Type family equations violate injectivity annotation:
diff --git a/testsuite/tests/unboxedsums/module/sum_mod.stdout b/testsuite/tests/unboxedsums/module/sum_mod.stdout
index e2fdcc2714..615266b7f6 100644
--- a/testsuite/tests/unboxedsums/module/sum_mod.stdout
+++ b/testsuite/tests/unboxedsums/module/sum_mod.stdout
@@ -1,3 +1,3 @@
-[2 of 2] Compiling Main (.hs -> .o)
+[2 of 2] Compiling Main ( Main.hs, Main.o )
Linking Main ...
123
diff --git a/testsuite/tests/warnings/should_compile/DeprU.stderr b/testsuite/tests/warnings/should_compile/DeprU.stderr
index 3825668753..158f25228f 100644
--- a/testsuite/tests/warnings/should_compile/DeprU.stderr
+++ b/testsuite/tests/warnings/should_compile/DeprU.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling DeprM (.hs -> .o)
-[2 of 2] Compiling A (.hs -> .o)
+[1 of 2] Compiling DeprM ( DeprM.hs, DeprM.o )
+[2 of 2] Compiling A ( DeprU.hs, DeprU.o )
DeprU.hs:3:1: warning: [-Wdeprecations (in -Wdefault)]
Module ‘DeprM’ is deprecated:
diff --git a/testsuite/tests/warnings/should_compile/T9178.stderr b/testsuite/tests/warnings/should_compile/T9178.stderr
index fecb8d9ecc..6edcbff5ec 100644
--- a/testsuite/tests/warnings/should_compile/T9178.stderr
+++ b/testsuite/tests/warnings/should_compile/T9178.stderr
@@ -1,5 +1,5 @@
-[1 of 2] Compiling T9178DataType (.hs -> .o)
-[2 of 2] Compiling T9178 (.hs -> .o)
+[1 of 2] Compiling T9178DataType ( T9178DataType.hs, T9178DataType.o )
+[2 of 2] Compiling T9178 ( T9178.hs, T9178.o )
T9178.hs:8:1: warning: [-Worphans (in -Wall)]
Orphan instance: instance Show T9178_Type
diff --git a/utils/mkUserGuidePart/Options/Verbosity.hs b/utils/mkUserGuidePart/Options/Verbosity.hs
index c187781c06..bbcaf3c8e2 100644
--- a/utils/mkUserGuidePart/Options/Verbosity.hs
+++ b/utils/mkUserGuidePart/Options/Verbosity.hs
@@ -13,8 +13,8 @@ verbosityOptions =
, flagType = DynamicFlag
, flagReverse = ""
}
- , flag { flagName = "-fshow-source-paths"
- , flagDescription = "show module source and object paths"
+ , flag { flagName = "-fhide-source-paths"
+ , flagDescription = "hide module source and object paths"
, flagType = DynamicFlag
, flagReverse = ""
}