File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ cabal-version: 1.12
6
6
7
7
name : json-validator
8
8
version : 0.1.0.0
9
+ synopsis : Validates JSON
10
+ description : Validates JSON.
9
11
category : Web
10
- homepage : https://github.com/tracsis/json-validator
12
+ homepage : https://github.com/tracsis/json-validator#readme
13
+ bug-reports : https://github.com/tracsis/json-validator/issues
11
14
author : David Turner
12
15
maintainer : Tracsis plc
13
16
copyright : 2017 Tracsis plc
@@ -19,6 +22,10 @@ tested-with:
19
22
extra-source-files :
20
23
README.md
21
24
25
+ source-repository head
26
+ type : git
27
+ location : https://github.com/tracsis/json-validator
28
+
22
29
library
23
30
exposed-modules :
24
31
Automaton
Original file line number Diff line number Diff line change 1
1
name : json-validator
2
2
version : 0.1.0.0
3
- homepage : https://github.com/tracsis/json-validator
3
+ synopsis : Validates JSON
4
+ description : Validates JSON.
5
+ github : tracsis/json-validator
4
6
license : BSD3
5
7
license-file : LICENSE
6
8
author : David Turner
You can’t perform that action at this time.
0 commit comments