cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: rdf4h-vocab-activitystreams version: 1.0.0 synopsis: The ActivityStreams 2 RDF vocabulary for rdf4h. description: ActivityStreams 2.0 is a vocabulary for decentralized social media activities standardized by the W3C. This package imports that vocabulary into a format useable with the rdf4h package. See the README for more information: . category: RDF stability: stable homepage: https://github.com/pniedzielski/rdf4h-vocab-activitystreams#readme bug-reports: https://github.com/pniedzielski/rdf4h-vocab-activitystreams/issues author: Patrick M. Niedzielski maintainer: Patrick M. Niedzielski copyright: Copyright © 2024, Patrick M. Niedzielski. license: BSD-3-Clause license-file: LICENSE.md build-type: Simple extra-source-files: resources/activitystreams2.owl extra-doc-files: README.md CHANGELOG.md LICENSE.md source-repository head type: git location: https://github.com/pniedzielski/rdf4h-vocab-activitystreams library exposed-modules: Data.RDF.Vocabulary.ActivityStreams2 other-modules: Paths_rdf4h_vocab_activitystreams autogen-modules: Paths_rdf4h_vocab_activitystreams hs-source-dirs: src default-extensions: ImportQualifiedPost ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wprepositive-qualified-module build-depends: base >=4.18 && <5 , rdf4h >=5.1 && <6 , text ==2.* default-language: Haskell2010