aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jsonld.cabal2
-rw-r--r--package.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/jsonld.cabal b/jsonld.cabal
index 5d841aa..6f36afa 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://git.vulpes.one/hs-jsonld/tree/README.md> 9description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/about/>
10author: Volpeon 10author: Volpeon
11maintainer: me@volpeon.ink 11maintainer: me@volpeon.ink
12copyright: 2023 Volpeon 12copyright: 2023 Volpeon
diff --git a/package.yaml b/package.yaml
index 1477ff7..60226fb 100644
--- a/package.yaml
+++ b/package.yaml
@@ -17,7 +17,7 @@ extra-source-files:
17# To avoid duplicated efforts in documentation and dealing with the 17# To avoid duplicated efforts in documentation and dealing with the
18# complications of embedding Haddock markup inside cabal files, it is 18# complications of embedding Haddock markup inside cabal files, it is
19# common to point users to the README.md file. 19# common to point users to the README.md file.
20description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/tree/README.md> 20description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/about/>
21 21
22dependencies: 22dependencies:
23 - base >= 4.7 && < 5 23 - base >= 4.7 && < 5