Skip to content

Commit af04b84

Browse files
committed
docs: add missing package metadata
1 parent aa9fb39 commit af04b84

3 files changed

Lines changed: 26 additions & 8 deletions

File tree

.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

fused-effects-logger.cabal

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,25 @@ version: 0.0.0.0
99
synopsis: Logger effect for the `fused-effects` library
1010
description: A logger effect for the `fused-effects` library based on the `monad-logger` api.
1111
category: Effect
12+
homepage: https://github.com/drlkf/fused-effects-logger
13+
bug-reports: https://github.com/drlkf/fused-effects-logger/issues
1214
author: drlkf
1315
maintainer: drlkf@drlkf.net
1416
copyright: 2025 drlkf
1517
license: GPL-3
1618
license-file: LICENSE
1719
build-type: Simple
20+
tested-with:
21+
GHC == 9.10
22+
, GHC == 9.8
23+
, GHC == 9.6
1824
extra-source-files:
1925
README.md
2026

27+
source-repository head
28+
type: git
29+
location: https://github.com/haskell-github-trust/megaparsec-time
30+
2131
library
2232
exposed-modules:
2333
Control.Carrier.Logger.IO

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)