Skip to content

Commit 0b328a0

Browse files
committed
docs: add missing package metadata
1 parent 64f85e2 commit 0b328a0

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

.github/workflows/cabal-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
matrix:
1919
os: [ubuntu]
2020
ghc-version:
21+
- 9.10
2122
- 9.8
2223
- 9.6
23-
- 9.4
2424

2525
include:
2626
- os: windows

package.yaml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
name: fused-effects-logger
2-
version: 0.0.0.0
3-
license: GPL-3
4-
author: drlkf
5-
maintainer: drlkf@drlkf.net
6-
copyright: 2025 drlkf
7-
category: Effect
1+
name: fused-effects-logger
2+
version: 0.0.0.0
3+
license: GPL-3
4+
license-file: LICENSE
5+
author: drlkf
6+
maintainer: drlkf@drlkf.net
7+
copyright: 2025 drlkf
8+
category: Effect
9+
github: haskell-github-trust/megaparsec-time
10+
homepage: https://github.com/drlkf/fused-effects-logger
11+
bug-reports: https://github.com/drlkf/fused-effects-logger/issues
12+
tested-with:
13+
- GHC == 9.10
14+
- GHC == 9.8
15+
- GHC == 9.6
816

917
extra-source-files:
1018
- README.md

0 commit comments

Comments
 (0)