Skip to content

Commit 40cab5d

Browse files
committed
build: add missing metadata
1 parent e38f138 commit 40cab5d

File tree

2 files changed

+31
-17
lines changed

2 files changed

+31
-17
lines changed

megaparsec-utils.cabal

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: megaparsec-utils
8-
version: 0.1.0.0
9-
description: Utilities for the Megaparsec library.
8+
version: 0.0.0.0-dev
9+
synopsis: Parsers and utilities for the Megaparsec library.
10+
description: Common parsers and utilities to use with the Megaparsec library.
11+
category: Parsing
12+
homepage: https://github.com/drlkf/megaparsec-utils
13+
bug-reports: https://github.com/drlkf/megaparsec-utils/issues
1014
author: drlkf
1115
maintainer: [email protected]
1216
copyright: 2024 drlkf
1317
license: GPL-3
1418
build-type: Simple
1519
extra-source-files:
16-
README.org
20+
README.md
1721
CHANGELOG.md
1822

23+
source-repository head
24+
type: git
25+
location: https://github.com/drlkf/megaparsec-utils
26+
1927
library
2028
exposed-modules:
2129
Text.Megaparsec.Time

package.yaml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
1-
name: megaparsec-utils
2-
version: 0.1.0.0
3-
license: GPL-3
4-
author: drlkf
5-
maintainer: [email protected]
6-
copyright: 2024 drlkf
1+
name: megaparsec-utils
2+
version: 0.0.0.0-dev
3+
license: GPL-3
4+
author: drlkf
5+
maintainer: [email protected]
6+
copyright: 2024 drlkf
7+
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
11+
category: Parsing
712

813
extra-source-files:
914
- README.md
1015
- CHANGELOG.md
1116

12-
description: Utilities for the Megaparsec library.
17+
synopsis: Parsers and utilities for the Megaparsec library.
18+
description: |
19+
Common parsers and utilities to use with the Megaparsec library.
1320
1421
dependencies:
1522
- base >= 4.7 && < 5
16-
- aeson
17-
- extra
18-
- megaparsec
19-
- parser-combinators
20-
- text
21-
- time
22-
- uuid
23+
- aeson >= 2.0 && < 3
24+
- megaparsec >= 9.0 && < 10
25+
- parser-combinators >= 1.0 && < 2
26+
- text >= 2.0 && < 3
27+
- time >= 1.10 && < 2
28+
- uuid >= 1.3 && < 2
2329

2430
ghc-options:
2531
- -Wall

0 commit comments

Comments
 (0)