packages feed

Cabal revisions of pandoc-citeproc-0.3

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

revision 1
 name:               pandoc-citeproc version:            0.3+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     ghc-options:      -funbox-strict-fields -Wall -fno-warn-unused-do-bind     ghc-prof-options: -prof -auto-all     build-depends:    containers, directory, mtl,-                      bytestring, filepath, pandoc-types >= 1.12.3, tagsoup,+                      bytestring, filepath, pandoc-types >= 1.12.3 && < 1.13, tagsoup,                       aeson, text, vector, texmath >= 0.6.4, split,-                      yaml >= 0.8, pandoc >= 1.12.1+                      yaml >= 0.8, pandoc >= 1.12.1 && < 1.14      if flag(bibutils)        build-depends:   hs-bibutils >= 0.3        cpp-options:     -DUSE_BIBUTILS      if flag(network)-       build-depends: network >= 2, HTTP >= 4000.0.9+       build-depends: network >= 2 && < 2.6, HTTP >= 4000.0.9        default-extensions:    CPP        cpp-options:   -DUSE_NETWORK         default-extensions:    CPP      if impl(ghc >= 6.10)-       build-depends: base >= 4, syb, parsec, old-locale, time+       build-depends: base >= 4.6 && < 4.8, syb, parsec, old-locale, time     else        build-depends: base >= 3 && < 4      ghc-options:      -funbox-strict-fields -Wall     ghc-prof-options: -prof -auto-all     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     default-language: Haskell98