File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
3
- ## [ 2.0.1] ( https://github.com/drlkf /megaparsec-time/compare/2.0.0...2.0.1 ) (2025-07-29)
3
+ ## [ 2.0.1] ( https://github.com/haskell-github-trust /megaparsec-time/compare/2.0.0...2.0.1 ) (2025-07-29)
4
4
5
- # [ 2.0.0] ( https://github.com/drlkf /megaparsec-time/compare/1.0.1...2.0.0 ) (2025-07-28)
5
+ # [ 2.0.0] ( https://github.com/haskell-github-trust /megaparsec-time/compare/1.0.1...2.0.0 ) (2025-07-28)
6
6
7
- ## [ 1.0.1] ( https://github.com/drlkf /megaparsec-time/compare/1.0.0...1.0.1 ) (2025-07-28)
7
+ ## [ 1.0.1] ( https://github.com/haskell-github-trust /megaparsec-time/compare/1.0.0...1.0.1 ) (2025-07-28)
8
8
9
9
# 1.0.0 (2025-07-28)
10
10
11
11
12
12
### Features
13
13
14
- * initial release ([ fcab952] ( https://github.com/drlkf /megaparsec-time/commit/fcab952d7f6331dd8b169cb6ef70ab08edec910b ) )
14
+ * initial release ([ fcab952] ( https://github.com/haskell-github-trust /megaparsec-time/commit/fcab952d7f6331dd8b169cb6ef70ab08edec910b ) )
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ version: 0.0.0.0-dev
9
9
synopsis : Parsers and utilities for the Megaparsec library .
10
10
description : Common parsers and utilities to use with the Megaparsec library .
11
11
category : Parsing
12
- homepage : https://github.com/drlkf /megaparsec-time
13
- bug-reports : https://github.com/drlkf /megaparsec-time/issues
12
+ homepage : https://github.com/haskell-github-trust /megaparsec-time
13
+ bug-reports : https://github.com/haskell-github-trust /megaparsec-time/issues
14
14
author : drlkf
15
15
16
16
copyright : 2025 drlkf
@@ -27,7 +27,7 @@ extra-source-files:
27
27
28
28
source-repository head
29
29
type : git
30
- location : https://github.com/drlkf /megaparsec-time
30
+ location : https://github.com/haskell-github-trust /megaparsec-time
31
31
32
32
library
33
33
exposed-modules :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ author: drlkf
5
5
6
6
copyright : 2025 drlkf
7
7
license-file : LICENSE
8
- github : drlkf /megaparsec-time
9
- homepage : https://github.com/drlkf /megaparsec-time
10
- bug-reports : https://github.com/drlkf /megaparsec-time/issues
8
+ github : haskell-github-trust /megaparsec-time
9
+ homepage : https://github.com/haskell-github-trust /megaparsec-time
10
+ bug-reports : https://github.com/haskell-github-trust /megaparsec-time/issues
11
11
category : Parsing
12
12
tested-with :
13
13
- GHC == 9.8
You can’t perform that action at this time.
0 commit comments