packages feed

pandoc-query-0.1.2: pandoc-query.cabal

cabal-version:   3.0
name:            pandoc-query
version:         0.1.2
synopsis:        Pandoc filter to extract only the links.
description:
  For more information and a tutorial on how to use this package,
  please see the README at <https://codeberg.org/mhwombat/pandoc-query#readme>.
homepage:        https://codeberg.org/mhwombat/pandoc-query
bug-reports:     https://codeberg.org/mhwombat/pandoc-query/issues
license:         GPL-3.0-only
license-file:    LICENSE
author:          Amy de Buitléir
maintainer:      amy@nualeargais.ie
copyright:       (c) 2020-2023 Amy de Buitléir
category:        Text
build-type:      Simple
extra-doc-files: CHANGELOG.md

library
  default-language: Haskell2010
  default-extensions: ImportQualifiedPost
  build-depends:
    base >= 4.17.2 && < 4.18,
    pandoc >= 3.0.1 && < 3.1,
    pandoc-types >= 1.23.1 && < 1.24,
    text >= 2.0.2 && < 2.1
  ghc-options: -Wall  -Wunused-packages
  hs-source-dirs:   lib
  exposed-modules:
    Text.Pandoc.Query
  other-modules:
    Text.Pandoc.Metadata
    Text.Pandoc.Util