Skip to content

Commit 90758f0

Browse files
committed
docs: change metadata to haskell-github-trust
1 parent 07993a4 commit 90758f0

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
Changelog
22

3-
## [1.1.2](https://github.com/drlkf/megaparsec-utils/compare/1.1.1...1.1.2) (2025-07-29)
3+
## [1.1.2](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.1.1...1.1.2) (2025-07-29)
44

5-
## [1.1.1](https://github.com/drlkf/megaparsec-utils/compare/1.1.0...1.1.1) (2025-07-28)
5+
## [1.1.1](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.1.0...1.1.1) (2025-07-28)
66

7-
# [1.1.0](https://github.com/drlkf/megaparsec-utils/compare/1.0.0...1.1.0) (2025-07-28)
7+
# [1.1.0](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.0.0...1.1.0) (2025-07-28)
88

99

1010
### Features
1111

12-
* add on/off to booleans ([1e9b885](https://github.com/drlkf/megaparsec-utils/commit/1e9b88532ec86ef3bf229de01c0a5a81a89261ec))
12+
* add on/off to booleans ([1e9b885](https://github.com/haskell-github-trust/megaparsec-utils/commit/1e9b88532ec86ef3bf229de01c0a5a81a89261ec))
1313

1414
# 1.0.0 (2025-07-28)
1515

1616

1717
### Bug Fixes
1818

19-
* fix date parser with day short names ([64f3229](https://github.com/drlkf/megaparsec-utils/commit/64f3229dcfd660bdd770938da0bbacbf84c02dc3))
20-
* fix invalid generation of TimeOfDay ([6bc728e](https://github.com/drlkf/megaparsec-utils/commit/6bc728ea31e2cfb380927c53ee544f44b399ece7))
21-
* fix type errors in boundedEnumShowParser ([9c0fe3d](https://github.com/drlkf/megaparsec-utils/commit/9c0fe3db132bfe123be2d71e7c92f5928113cc26))
19+
* fix date parser with day short names ([64f3229](https://github.com/haskell-github-trust/megaparsec-utils/commit/64f3229dcfd660bdd770938da0bbacbf84c02dc3))
20+
* fix invalid generation of TimeOfDay ([6bc728e](https://github.com/haskell-github-trust/megaparsec-utils/commit/6bc728ea31e2cfb380927c53ee544f44b399ece7))
21+
* fix type errors in boundedEnumShowParser ([9c0fe3d](https://github.com/haskell-github-trust/megaparsec-utils/commit/9c0fe3db132bfe123be2d71e7c92f5928113cc26))
2222

2323

2424
### Features
2525

26-
* add aeson parser transformer ([84857eb](https://github.com/drlkf/megaparsec-utils/commit/84857eb2d5221f8547e9130c2b8503e7e59888a4))
27-
* add date parser ([357d03f](https://github.com/drlkf/megaparsec-utils/commit/357d03f265e053f128be8711aec53e0b7659e563))
28-
* add duration parsers ([a89bd88](https://github.com/drlkf/megaparsec-utils/commit/a89bd885b867b65cb7db3fcad4635cd38cba2227))
29-
* add gregorian day parser ([46d4178](https://github.com/drlkf/megaparsec-utils/commit/46d4178945ad8bff5b309b95d9a2901a53b60ef9))
30-
* add parser for decimal numbers ([42de75f](https://github.com/drlkf/megaparsec-utils/commit/42de75fec47b29caf1de59334b7a9c5e05f87a2f))
31-
* add time parsers ([f267ffd](https://github.com/drlkf/megaparsec-utils/commit/f267ffd718f701046965318f99aa73b7f9e7b335))
26+
* add aeson parser transformer ([84857eb](https://github.com/haskell-github-trust/megaparsec-utils/commit/84857eb2d5221f8547e9130c2b8503e7e59888a4))
27+
* add date parser ([357d03f](https://github.com/haskell-github-trust/megaparsec-utils/commit/357d03f265e053f128be8711aec53e0b7659e563))
28+
* add duration parsers ([a89bd88](https://github.com/haskell-github-trust/megaparsec-utils/commit/a89bd885b867b65cb7db3fcad4635cd38cba2227))
29+
* add gregorian day parser ([46d4178](https://github.com/haskell-github-trust/megaparsec-utils/commit/46d4178945ad8bff5b309b95d9a2901a53b60ef9))
30+
* add parser for decimal numbers ([42de75f](https://github.com/haskell-github-trust/megaparsec-utils/commit/42de75fec47b29caf1de59334b7a9c5e05f87a2f))
31+
* add time parsers ([f267ffd](https://github.com/haskell-github-trust/megaparsec-utils/commit/f267ffd718f701046965318f99aa73b7f9e7b335))

megaparsec-utils.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ version: 0.0.0.0-dev
99
synopsis: Parsers and utilities for the Megaparsec library.
1010
description: Common parsers and utilities to use with the Megaparsec library.
1111
category: Parsing
12-
homepage: https://github.com/drlkf/megaparsec-utils
13-
bug-reports: https://github.com/drlkf/megaparsec-utils/issues
12+
homepage: https://github.com/haskell-github-trust/megaparsec-utils
13+
bug-reports: https://github.com/haskell-github-trust/megaparsec-utils/issues
1414
author: drlkf
1515
maintainer: [email protected]
1616
copyright: 2024 drlkf
@@ -27,7 +27,7 @@ extra-source-files:
2727

2828
source-repository head
2929
type: git
30-
location: https://github.com/drlkf/megaparsec-utils
30+
location: https://github.com/haskell-github-trust/megaparsec-utils
3131

3232
library
3333
exposed-modules:

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ author: drlkf
55
maintainer: [email protected]
66
copyright: 2024 drlkf
77
license-file: LICENSE
8-
github: drlkf/megaparsec-utils
9-
homepage: https://github.com/drlkf/megaparsec-utils
10-
bug-reports: https://github.com/drlkf/megaparsec-utils/issues
8+
github: haskell-github-trust/megaparsec-utils
9+
homepage: https://github.com/haskell-github-trust/megaparsec-utils
10+
bug-reports: https://github.com/haskell-github-trust/megaparsec-utils/issues
1111
category: Parsing
1212
tested-with:
1313
- GHC == 9.8

0 commit comments

Comments
 (0)