Skip to content

Commit 4bc2e53

Browse files
committed
info wanted
1 parent 773eb72 commit 4bc2e53

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

json-validator.cabal

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ cabal-version: 1.12
66

77
name: json-validator
88
version: 0.1.0.0
9+
synopsis: Validates JSON
10+
description: Validates JSON.
911
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
1114
author: David Turner
1215
maintainer: Tracsis plc
1316
copyright: 2017 Tracsis plc
@@ -19,6 +22,10 @@ tested-with:
1922
extra-source-files:
2023
README.md
2124

25+
source-repository head
26+
type: git
27+
location: https://github.com/tracsis/json-validator
28+
2229
library
2330
exposed-modules:
2431
Automaton

package.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: json-validator
22
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
46
license: BSD3
57
license-file: LICENSE
68
author: David Turner

0 commit comments

Comments
 (0)