aboutsummaryrefslogtreecommitdiffstats
path: root/package.yaml
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 /package.yaml
parentInit (diff)
downloadhs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.tar.gz
hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.tar.bz2
hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.zip
Metadata adjustments
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml
index 5419b71..1477ff7 100644
--- a/package.yaml
+++ b/package.yaml
@@ -2,6 +2,7 @@ name: jsonld
2version: 0.1.0.0 2version: 0.1.0.0
3license: BSD3 3license: BSD3
4author: "Volpeon" 4author: "Volpeon"
5git: "https://git.vulpes.one/hs-jsonld/"
5maintainer: "me@volpeon.ink" 6maintainer: "me@volpeon.ink"
6copyright: "2023 Volpeon" 7copyright: "2023 Volpeon"
7 8
@@ -16,7 +17,7 @@ extra-source-files:
16# To avoid duplicated efforts in documentation and dealing with the 17# To avoid duplicated efforts in documentation and dealing with the
17# complications of embedding Haddock markup inside cabal files, it is 18# complications of embedding Haddock markup inside cabal files, it is
18# common to point users to the README.md file. 19# common to point users to the README.md file.
19description: Please see the README on GitHub at <https://github.com/githubuser/magpie#readme> 20description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/tree/README.md>
20 21
21dependencies: 22dependencies:
22 - base >= 4.7 && < 5 23 - base >= 4.7 && < 5