diff options
-rw-r--r-- | jsonld.cabal | 2 | ||||
-rw-r--r-- | package.yaml | 2 |
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 | ||
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://git.vulpes.one/hs-jsonld/tree/README.md> | 9 | description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/about/> |
10 | author: Volpeon | 10 | author: Volpeon |
11 | maintainer: me@volpeon.ink | 11 | maintainer: me@volpeon.ink |
12 | copyright: 2023 Volpeon | 12 | copyright: 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. |
20 | description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/tree/README.md> | 20 | description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/about/> |
21 | 21 | ||
22 | dependencies: | 22 | dependencies: |
23 | - base >= 4.7 && < 5 | 23 | - base >= 4.7 && < 5 |