aboutsummaryrefslogtreecommitdiffstats
path: root/jsonld.cabal
diff options
context:
space:
mode:
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