packages feed

Cabal revisions of pandoc-citeproc-0.6.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:               pandoc-citeproc version:            0.6.0.1+x-revision: 1 cabal-version:      >= 1.12 synopsis:           Supports using pandoc with citeproc    description: Build the test-citeproc program   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+               , filepath+               , process+ library     hs-source-dirs:   src     exposed-modules:  Text.CSL.Pandoc                       aeson >= 0.7 && < 0.9, text, vector,                       xml-conduit >= 1.2 && < 1.3,                       data-default,-                      split, yaml >= 0.8.8.2, pandoc >= 1.12.1+                      split, yaml >= 0.8.8.2, pandoc >= 1.12.1 && < 1.14     if impl(ghc < 7.6)        build-depends: ghc-prim      ghc-prof-options: -fprof-auto-exported     build-depends:    base >= 4, pandoc-citeproc,                       pandoc-types >= 1.12.3 && < 1.13,-                      aeson, aeson-pretty, yaml, bytestring, syb,+                      aeson, aeson-pretty < 0.8, yaml, bytestring, syb,                       attoparsec, text, filepath     default-language: Haskell98