From 11d0fb47c292a0ca25a9c377499d2b221d97a5cb Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 26 May 2023 07:40:13 +0200 Subject: Init --- jsonld.cabal | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 jsonld.cabal (limited to 'jsonld.cabal') diff --git a/jsonld.cabal b/jsonld.cabal new file mode 100644 index 0000000..d4b3835 --- /dev/null +++ b/jsonld.cabal @@ -0,0 +1,123 @@ +cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.35.1. +-- +-- see: https://github.com/sol/hpack + +name: jsonld +version: 0.1.0.0 +description: Please see the README on GitHub at +author: Volpeon +maintainer: me@volpeon.ink +copyright: 2023 Volpeon +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + CHANGELOG.md + +library + exposed-modules: + Data.JLD + Data.JLD.Context + Data.JLD.Control.Monad.RES + Data.JLD.Error + Data.JLD.Expansion + Data.JLD.Mime + Data.JLD.Model.ActiveContext + Data.JLD.Model.Direction + Data.JLD.Model.GraphObject + Data.JLD.Model.InverseContext + Data.JLD.Model.IRI + Data.JLD.Model.Keyword + Data.JLD.Model.Language + Data.JLD.Model.ListObject + Data.JLD.Model.NodeObject + Data.JLD.Model.TermDefinition + Data.JLD.Model.URI + Data.JLD.Model.ValueObject + Data.JLD.Monad + Data.JLD.Options + Data.JLD.Prelude + Data.JLD.Util + other-modules: + Paths_jsonld + hs-source-dirs: + src + default-extensions: + BlockArguments + FlexibleContexts + ImportQualifiedPost + LambdaCase + MultiWayIf + NoImplicitPrelude + OverloadedStrings + RankNTypes + RecordWildCards + TupleSections + ViewPatterns + ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wno-unticked-promoted-constructors -Wpartial-fields -Wredundant-constraints + build-depends: + aeson + , base >=4.7 && <5 + , containers + , flow + , indexed-traversable + , megaparsec + , modern-uri + , mtl + , rdf4h + , relude + , req + , tasty + , tasty-expected-failure + , tasty-hunit + , text + , transformers + , vector + , vector-algorithms + default-language: Haskell2010 + +test-suite jsonld-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Test.Expansion + Paths_jsonld + hs-source-dirs: + test + default-extensions: + BlockArguments + FlexibleContexts + ImportQualifiedPost + LambdaCase + MultiWayIf + NoImplicitPrelude + OverloadedStrings + RankNTypes + RecordWildCards + TupleSections + ViewPatterns + ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wno-unticked-promoted-constructors -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N + build-depends: + aeson + , base >=4.7 && <5 + , containers + , flow + , indexed-traversable + , jsonld + , megaparsec + , modern-uri + , mtl + , rdf4h + , relude + , req + , tasty + , tasty-expected-failure + , tasty-hunit + , text + , transformers + , vector + , vector-algorithms + default-language: Haskell2010 -- cgit v1.2.3-54-g00ecf