Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cabal hooks overlay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Matthew Pickering
Cabal hooks overlay
Commits
73b188ea
Commit
73b188ea
authored
10 months ago
by
sheaf
Browse files
Options
Downloads
Patches
Plain Diff
Update README with usage instructions
parent
e1d3e835
No related branches found
No related tags found
No related merge requests found
Pipeline
#98647
passed
10 months ago
Stage: test
Stage: update-repo
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+22
-2
22 additions, 2 deletions
README.md
with
22 additions
and
2 deletions
README.md
+
22
−
2
View file @
73b188ea
...
@@ -3,10 +3,30 @@
...
@@ -3,10 +3,30 @@
This repository contains packages patched to use the
`Hooks`
build-type.
This repository contains packages patched to use the
`Hooks`
build-type.
It can be used as an overlay much like
`head.hackage`
.
It can be used as an overlay much like
`head.hackage`
.
## Usage information
## Usage information
TODO.
To allow
`cabal-install`
to pull patches from this repository, you should
add the following to your
`cabal.project`
or
`cabal.project.local`
file:
```
repository hooks-setup-testing.ghc.haskell.org
url: https://mpickering.gitlab.haskell.org/hooks-setup-testing/
secure: True
key-threshold: 3
root-keys:
46b3ab3433bf273303a01b658a9be7f166e525c07f1ad6598e9d1d7c4ea0bf46
f2cd708c5a68b805f0e150d75811c16eb1fc237be52a5584fb5b3b8e1e990ac9
80bda11a92009dcf3ff70696475f1564b55b8d6796e0588929193a45022b8509
29b00e90e759b822be58c3dc43c77fa4aba0b0fa6a06f611e26ba77f00b77feb
4e083c2c26f3a9231560eb8b2c0a88ab6b661039fce3165cd2936514d771fb9c
b20a85388d60c2d74ad52240dc23e7dea3bb21bfb1b9ffdfbe6fe3a771ca168b
active-repositories: hackage.haskell.org, hooks-setup-testing.ghc.haskell.org:override
```
The use of
`:override`
forces
`cabal`
's constraint solver to pick versions of
libraries that have corresponding patches in this overlay repository whenever
possible.
## Development information
## Development information
...
...
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