Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
ed660c61
Unverified
Commit
ed660c61
authored
3 years ago
by
Ollie Charles
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Hpc.hs
parent
9d16b3ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cabal/src/Distribution/Simple/Hpc.hs
+6
-6
6 additions, 6 deletions
Cabal/src/Distribution/Simple/Hpc.hs
with
6 additions
and
6 deletions
Cabal/src/Distribution/Simple/Hpc.hs
+
6
−
6
View file @
ed660c61
...
...
@@ -105,7 +105,7 @@ markupTest :: Verbosity
->
TestSuite
->
Library
->
IO
()
markupTest
verbosity
lbi
distPref
libName
suite
library
=
do
markupTest
verbosity
lbi
distPref
lib
rary
Name
suite
library
=
do
tixFileExists
<-
doesFileExist
$
tixFilePath
distPref
way
$
testName'
when
tixFileExists
$
do
-- behaviour of 'markup' depends on version, so we need *a* version
...
...
@@ -122,7 +122,7 @@ markupTest verbosity lbi distPref libName suite library = do
where
way
=
guessWay
lbi
testName'
=
unUnqualComponentName
$
testName
suite
mixDirs
=
map
(
mixDir
distPref
way
)
[
testName'
,
libName
]
mixDirs
=
map
(
mixDir
distPref
way
)
[
testName'
,
lib
rary
Name
]
-- | Generate the HTML markup for all of a package's test suites.
markupPackage
::
Verbosity
...
...
@@ -139,8 +139,8 @@ markupPackage verbosity lbi distPref pkg_descr suites = do
-- but no particular one
(
hpc
,
hpcVer
,
_
)
<-
requireProgramVersion
verbosity
hpcProgram
anyVersion
(
withPrograms
lbi
)
let
outFile
=
tixFilePath
distPref
way
libName
htmlDir'
=
htmlDir
distPref
way
libName
let
outFile
=
tixFilePath
distPref
way
lib
rary
Name
htmlDir'
=
htmlDir
distPref
way
lib
rary
Name
excluded
=
concatMap
testModules
suites
++
[
main
]
createDirectoryIfMissing
True
$
takeDirectory
outFile
union
hpc
verbosity
tixFiles
outFile
excluded
...
...
@@ -150,6 +150,6 @@ markupPackage verbosity lbi distPref pkg_descr suites = do
where
way
=
guessWay
lbi
testNames
=
fmap
(
unUnqualComponentName
.
testName
)
suites
mixDirs
=
map
(
mixDir
distPref
way
)
$
libName
:
testNames
mixDirs
=
map
(
mixDir
distPref
way
)
$
lib
rary
Name
:
testNames
included
=
concatMap
(
exposedModules
)
$
PD
.
allLibraries
pkg_descr
libName
=
prettyShow
$
PD
.
package
pkg_descr
lib
rary
Name
=
prettyShow
$
PD
.
package
pkg_descr
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment