https://github.com/pjones/haskellrc
Peter's Haskell Config Files and Scripts
https://github.com/pjones/haskellrc
Last synced: 25 days ago
JSON representation
Peter's Haskell Config Files and Scripts
- Host: GitHub
- URL: https://github.com/pjones/haskellrc
- Owner: pjones
- License: bsd-2-clause
- Created: 2020-10-28T18:03:43.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2022-05-31T18:02:43.000Z (about 3 years ago)
- Last Synced: 2025-02-18T00:43:12.672Z (4 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peter's Haskell Config Files and Scripts
This repository contains some boring configuration files (e.g.,
`~/.ghci`) and some slightly more interesting scripts.## Maintainer Scripts
* `haskell-pre-merge-checks.sh`: Check a package for any mistakes
before allowing a branch to merge.* `haskell-pre-release-checks.sh`: All of the checks from the
pre-merge script plus additional checks needed before sending a
release to Hackage.* `haskell-release.sh`: Run all of the checks above then upload a
package to Hackage.Eventually all of these scripts will be turned into a single Haskell
executable for running locally and in CI/CD.