Skip to content

Commit

Permalink
prepare 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed May 23, 2024
1 parent f47b35a commit c62a2f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0']
ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0']
name: Haskell GHC ${{ matrix.ghc }}
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Published at https://hackage.haskell.org/package/hkgr-0.4
`$ hkgr --version`

```
0.4.4
0.4.5
```
`$ hkgr --help`

Expand All @@ -91,7 +91,7 @@ Available commands:
new setup a new project
tagdist 'git tag' version and 'cabal sdist' tarball
upload 'cabal upload' candidate tarball to Hackage
publish Publish to Hackage ('cabal upload --publish')
publish git push and cabal upload --publish
upload-haddock Upload candidate documentation to Hackage
publish-haddock Publish documentation to Hackage
build Do a local pristine build from the tarball
Expand Down
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
- check published on Hackage (drop lockfiles)
- warn about doc files in datadir
- do not error if remote branch doesn't exist? ie offer to create it

- --dryrun
5 changes: 3 additions & 2 deletions hkgr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ data-dir: data
data-files: template.cabal.tmpl
extra-doc-files: README.md
, CHANGELOG.md
tested-with: GHC == 9.6 || == 9.4 || == 9.2 || == 9.0 || == 8.10
|| == 8.8 || == 8.6 || == 8.4 || == 8.2 || == 8.0
tested-with: GHC == 9.8 || == 9.6 || == 9.4 || == 9.2 || == 9.0
|| == 8.10 || == 8.8 || == 8.6 || == 8.4 || == 8.2
|| == 8.0

source-repository head
type: git
Expand Down

0 comments on commit c62a2f6

Please sign in to comment.