packages feed

pandocz-0.0.1: pandocz.cabal

name:                 pandocz
version:              0.0.1
synopsis:             Lenses for Pandoc
description:          Lenses and other API for the Pandoc data type
license:              BSD3
license-file:         LICENCE
author:               Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer:           Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
copyright:            Copyright (C) 2024 Tony Morris
category:             Data
build-type:           Simple
extra-source-files:   changelog.md
cabal-version:        >=1.10
homepage:             https://gitlab.com/tonymorris/pandocz
bug-reports:          https://gitlab.com/tonymorris/pandocz/issues
tested-with:          GHC == 9.6.5

source-repository     head
  type:               git
  location:           git@gitlab.com:tonymorris/pandocz.git

library
  exposed-modules:
                        Text.Pandoc.Z
                      , Text.Pandoc.Z.Columns
                      , Text.Pandoc.Z.Combinators
                      , Text.Pandoc.Z.Definition
                      , Text.Pandoc.Z.Extensions
                      , Text.Pandoc.Z.ReaderOptions
                      , Text.Pandoc.Z.Readers
                      , Text.Pandoc.Z.TabStop
                      , Text.Pandoc.Z.Text
                      , Text.Pandoc.Z.Util
                      , Text.Pandoc.Z.WriterOptions
                      , Text.Pandoc.Z.Writers

  build-depends:        base                  >= 4.9    && < 6
                      , blaze-html            >= 0.4    && < 1
                      , bytestring            >= 0.11   && < 1
                      , citeproc              >= 0.8    && < 1
                      , containers            >= 0.6    && < 1
                      , data-default          >= 0.7    && < 1
                      , doctemplates          >= 0.11   && < 1
                      , lens                  >= 5      && < 6
                      , pandoc-types          >= 1.23   && < 1.24
                      , pandoc                >= 3.2    && < 3.3
                      , skylighting           >= 0.14   && < 1
                      , skylighting-core      >= 0.14   && < 1
                      , texmath               >= 0.12   && < 1
                      , text                  >= 2      && < 3

  hs-source-dirs:     src
  default-language:   Haskell2010
  ghc-options:        -Wall