Cabal revisions of pandoc-citeproc-0.8.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: pandoc-citeproc version: 0.8.1+x-revision: 1 cabal-version: >= 1.12 synopsis: Supports using pandoc with citeproc description: Turn on debug tracing. default: False +-- stanza is ignored by cabal-install < 1.24+custom-setup+ -- lib:Cabal prior to 1.24 runs into haskell/Cabal#1725+ setup-depends: Cabal >= 1.24 && < 1.25+ , base < 5+ , directory+ library hs-source-dirs: src, prelude exposed-modules: Text.CSL.Pandoc ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind ghc-prof-options: -fprof-auto-exported -rtsopts build-depends: containers, directory, mtl,- bytestring, filepath, pandoc-types >= 1.12.3, tagsoup,+ bytestring, filepath, pandoc-types >= 1.12.3 && < 1.16, tagsoup, aeson >= 0.7 && < 0.11, text, vector, xml-conduit >= 1.2 && < 1.4, unordered-containers >= 0.2 && < 0.3, ghc-options: -funbox-strict-fields -Wall ghc-prof-options: -fprof-auto-exported -rtsopts build-depends: base >= 4, pandoc-citeproc, pandoc-types >= 1.12.3, aeson,- aeson-pretty, yaml, bytestring, syb, attoparsec, text,+ aeson-pretty < 0.8, yaml, bytestring, syb, attoparsec, text, filepath other-modules: Paths_pandoc_citeproc Prelude