aboutsummaryrefslogtreecommitdiffstats
path: root/jsonld.cabal
diff options
context:
space:
mode:
authorVolpeon <github@volpeon.ink>2023-05-26 07:49:32 +0200
committerVolpeon <github@volpeon.ink>2023-05-26 07:49:32 +0200
commit1f38ac0420dcf17646e328249a1068faed2cd568 (patch)
treeca0f7edfc4e3f4ff3ea74d6ac8d0aeadca5dfcef /jsonld.cabal
parentInit (diff)
downloadhs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.tar.gz
hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.tar.bz2
hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.zip
Metadata adjustments
Diffstat (limited to 'jsonld.cabal')
-rw-r--r--jsonld.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/jsonld.cabal b/jsonld.cabal
index d4b3835..5d841aa 100644
--- a/jsonld.cabal
+++ b/jsonld.cabal
@@ -6,7 +6,7 @@ cabal-version: 1.12
6 6
7name: jsonld 7name: jsonld
8version: 0.1.0.0 8version: 0.1.0.0
9description: Please see the README on GitHub at <https://github.com/githubuser/magpie#readme> 9description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/tree/README.md>
10author: Volpeon 10author: Volpeon
11maintainer: me@volpeon.ink 11maintainer: me@volpeon.ink
12copyright: 2023 Volpeon 12copyright: 2023 Volpeon
@@ -17,6 +17,10 @@ extra-source-files:
17 README.md 17 README.md
18 CHANGELOG.md 18 CHANGELOG.md
19 19
20source-repository head
21 type: git
22 location: https://git.vulpes.one/hs-jsonld/
23
20library 24library
21 exposed-modules: 25 exposed-modules:
22 Data.JLD 26 Data.JLD