File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,15 +9,25 @@ version: 0.0.0.0
99synopsis : Logger effect for the `fused-effects` library
1010description : A logger effect for the `fused-effects` library based on the `monad-logger` api.
1111category : Effect
12+ homepage : https://github.com/drlkf/fused-effects-logger
13+ bug-reports : https://github.com/drlkf/fused-effects-logger/issues
1214author : drlkf
1315maintainer : drlkf@drlkf.net
1416copyright : 2025 drlkf
1517license : GPL-3
1618license-file : LICENSE
1719build-type : Simple
20+ tested-with :
21+ GHC == 9.10
22+ , GHC == 9.8
23+ , GHC == 9.6
1824extra-source-files :
1925 README.md
2026
27+ source-repository head
28+ type : git
29+ location : https://github.com/haskell-github-trust/megaparsec-time
30+
2131library
2232 exposed-modules :
2333 Control.Carrier.Logger.IO
Original file line number Diff line number Diff line change 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
917extra-source-files :
1018 - README.md
You can’t perform that action at this time.
0 commit comments