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 | |
parent | Init (diff) | |
download | hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.tar.gz hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.tar.bz2 hs-jsonld-1f38ac0420dcf17646e328249a1068faed2cd568.zip |
Metadata adjustments
-rw-r--r-- | LICENSE | 6 | ||||
-rw-r--r-- | jsonld.cabal | 6 | ||||
-rw-r--r-- | package.yaml | 3 |
3 files changed, 10 insertions, 5 deletions
@@ -1,4 +1,4 @@ | |||
1 | Copyright Author name here (c) 2023 | 1 | Copyright Volpeon (c) 2023 |
2 | 2 | ||
3 | All rights reserved. | 3 | All rights reserved. |
4 | 4 | ||
@@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met: | |||
13 | disclaimer in the documentation and/or other materials provided | 13 | disclaimer in the documentation and/or other materials provided |
14 | with the distribution. | 14 | with the distribution. |
15 | 15 | ||
16 | * Neither the name of Author name here nor the names of other | 16 | * Neither the name of Volpeon nor the names of other |
17 | contributors may be used to endorse or promote products derived | 17 | contributors may be used to endorse or promote products derived |
18 | from this software without specific prior written permission. | 18 | from this software without specific prior written permission. |
19 | 19 | ||
@@ -27,4 +27,4 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |||
27 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 27 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
28 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 28 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
29 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 29 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
30 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file | 30 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
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 |
diff --git a/package.yaml b/package.yaml index 5419b71..1477ff7 100644 --- a/package.yaml +++ b/package.yaml | |||
@@ -2,6 +2,7 @@ name: jsonld | |||
2 | version: 0.1.0.0 | 2 | version: 0.1.0.0 |
3 | license: BSD3 | 3 | license: BSD3 |
4 | author: "Volpeon" | 4 | author: "Volpeon" |
5 | git: "https://git.vulpes.one/hs-jsonld/" | ||
5 | maintainer: "me@volpeon.ink" | 6 | maintainer: "me@volpeon.ink" |
6 | copyright: "2023 Volpeon" | 7 | copyright: "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. |
19 | description: Please see the README on GitHub at <https://github.com/githubuser/magpie#readme> | 20 | description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/tree/README.md> |
20 | 21 | ||
21 | dependencies: | 22 | dependencies: |
22 | - base >= 4.7 && < 5 | 23 | - base >= 4.7 && < 5 |