File tree Expand file tree Collapse file tree 2 files changed +31
-17
lines changed Expand file tree Collapse file tree 2 files changed +31
-17
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,25 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
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
10
14
author : drlkf
11
15
12
16
copyright : 2024 drlkf
13
17
license : GPL-3
14
18
build-type : Simple
15
19
extra-source-files :
16
- README.org
20
+ README.md
17
21
CHANGELOG.md
18
22
23
+ source-repository head
24
+ type : git
25
+ location : https://github.com/drlkf/megaparsec-utils
26
+
19
27
library
20
28
exposed-modules :
21
29
Text.Megaparsec.Time
Original file line number Diff line number Diff line change 1
- name : megaparsec-utils
2
- version : 0.1.0.0
3
- license : GPL-3
4
- author : drlkf
5
-
6
- copyright : 2024 drlkf
1
+ name : megaparsec-utils
2
+ version : 0.0.0.0-dev
3
+ license : GPL-3
4
+ author : drlkf
5
+
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
7
12
8
13
extra-source-files :
9
14
- README.md
10
15
- CHANGELOG.md
11
16
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.
13
20
14
21
dependencies :
15
22
- 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
23
29
24
30
ghc-options :
25
31
- -Wall
You can’t perform that action at this time.
0 commit comments