aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE6
-rw-r--r--jsonld.cabal6
-rw-r--r--package.yaml3
3 files changed, 10 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 5ef71ac..7c25811 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
1Copyright Author name here (c) 2023 1Copyright Volpeon (c) 2023
2 2
3All rights reserved. 3All 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,
27DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28THEORY 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
30OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file 30OF 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
7name: jsonld 7name: jsonld
8version: 0.1.0.0 8version: 0.1.0.0
9description: Please see the README on GitHub at <https://github.com/githubuser/magpie#readme> 9description: Please see the README on GitHub at <https://git.vulpes.one/hs-jsonld/tree/README.md>
10author: Volpeon 10author: Volpeon
11maintainer: me@volpeon.ink 11maintainer: me@volpeon.ink
12copyright: 2023 Volpeon 12copyright: 2023 Volpeon
@@ -17,6 +17,10 @@ extra-source-files:
17 README.md 17 README.md
18 CHANGELOG.md 18 CHANGELOG.md
19 19
20source-repository head
21 type: git
22 location: https://git.vulpes.one/hs-jsonld/
23
20library 24library
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
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