Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-bin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
hpc
hpc-bin
Commits
fccf6e8b
Commit
fccf6e8b
authored
2 years ago
by
BinderDavid
Browse files
Options
Downloads
Plain Diff
Merge branch 'add-gitignore-and-readme' into 'master'
Add .gitignore and README.md See merge request
!2
parents
2f406883
738556f9
Loading
Loading
1 merge request
!2
Add .gitignore and README.md
Pipeline
#57519
passed
2 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
README.md
+3
-0
3 additions, 0 deletions
README.md
hpc-bin.cabal
+1
-0
1 addition, 0 deletions
hpc-bin.cabal
with
7 additions
and
0 deletions
.gitignore
0 → 100644
+
3
−
0
View file @
fccf6e8b
dist/
.stack-work/
dist-newstyle/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
3
−
0
View file @
fccf6e8b
# Haskell Program Coverage
This repository provides the
`hpc`
binary which produces coverage reports in various formats from .tix and .mix files.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
hpc-bin.cabal
+
1
−
0
View file @
fccf6e8b
...
@@ -9,6 +9,7 @@ Maintainer: XXX
...
@@ -9,6 +9,7 @@ Maintainer: XXX
Synopsis: XXX
Synopsis: XXX
Description: XXX
Description: XXX
Category: Development
Category: Development
extra-source-files: README.md
build-type: Simple
build-type: Simple
cabal-version: 2.0
cabal-version: 2.0
...
...
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