diff options
| author | Volpeon <github@volpeon.ink> | 2023-05-26 07:49:32 +0200 |
|---|---|---|
| committer | Volpeon <github@volpeon.ink> | 2023-05-26 07:49:32 +0200 |
| commit | 1f38ac0420dcf17646e328249a1068faed2cd568 (patch) | |
| tree | ca0f7edfc4e3f4ff3ea74d6ac8d0aeadca5dfcef /jsonld.cabal | |
| parent | Init (diff) | |
| download | hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.tar.gz hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.tar.bz2 hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.zip | |
Metadata adjustments
Diffstat (limited to 'jsonld.cabal')
| -rw-r--r-- | jsonld.cabal | 6 |
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 | ||
| 7 | name: jsonld | 7 | name: jsonld |
| 8 | version: 0.1.0.0 | 8 | version: 0.1.0.0 |
| 9 | description: Please see the README on GitHub at <https://github.com/githubuser/magpie#readme> | 9 | description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/tree/README.md> |
| 10 | author: Volpeon | 10 | author: Volpeon |
| 11 | maintainer: me@volpeon.ink | 11 | maintainer: me@volpeon.ink |
| 12 | copyright: 2023 Volpeon | 12 | copyright: 2023 Volpeon |
| @@ -17,6 +17,10 @@ extra-source-files: | |||
| 17 | README.md | 17 | README.md |
| 18 | CHANGELOG.md | 18 | CHANGELOG.md |
| 19 | 19 | ||
| 20 | source-repository head | ||
| 21 | type: git | ||
| 22 | location: https://git.vulpes.one/hs-jsonld/ | ||
| 23 | |||
| 20 | library | 24 | library |
| 21 | exposed-modules: | 25 | exposed-modules: |
| 22 | Data.JLD | 26 | Data.JLD |
