pandoc-citeproc 0.10.2 → 0.10.2.1
raw patch · 3 files changed
+10/−6 lines, 3 filesdep ~pandoc
Dependency ranges changed: pandoc
Files
- changelog +4/−0
- pandoc-citeproc.cabal +5/−5
- stack.yaml +1/−1
changelog view
@@ -1,3 +1,7 @@+pandoc-citeproc (0.10.2.1)++ * Allow pandoc 1.18.x.+ pandoc-citeproc (0.10.2) * Use linebreaks to simulate display="block" (#85, #261).
pandoc-citeproc.cabal view
@@ -1,5 +1,5 @@ name: pandoc-citeproc-version: 0.10.2+version: 0.10.2.1 cabal-version: >= 1.12 synopsis: Supports using pandoc with citeproc @@ -97,7 +97,7 @@ build-depends: containers, directory, mtl, bytestring, filepath, pandoc-types >= 1.16 && < 1.18,- pandoc >= 1.16 && < 1.18,+ pandoc >= 1.16 && < 1.19, tagsoup, aeson >= 0.7 && < 1.1, text, vector, xml-conduit >= 1.2 && < 1.5,@@ -142,7 +142,7 @@ ghc-prof-options: -fprof-auto-exported -rtsopts build-depends: base >= 4, pandoc-citeproc, pandoc-types >= 1.16 && < 1.18,- pandoc >= 1.16 && < 1.18,+ pandoc >= 1.16 && < 1.19, aeson, aeson-pretty >= 0.8, yaml, bytestring, syb, attoparsec, text, filepath@@ -164,7 +164,7 @@ Buildable: False build-depends: base >= 4, aeson, directory, text, pandoc-types >= 1.16 && < 1.18,- pandoc >= 1.16 && < 1.18,+ pandoc >= 1.16 && < 1.19, filepath, bytestring, pandoc-citeproc, process, temporary >= 1.1, yaml >= 0.8.8.7, containers >= 0.4, vector >= 0.10@@ -178,7 +178,7 @@ Hs-Source-Dirs: tests, prelude build-depends: base >= 4, aeson, directory, text, pandoc-types >= 1.16 && < 1.18,- pandoc >= 1.16 && < 1.18, filepath,+ pandoc >= 1.16 && < 1.19, filepath, bytestring, pandoc-citeproc, process, temporary >= 1.1, yaml >= 0.8.8.7 default-language: Haskell2010
stack.yaml view
@@ -9,7 +9,7 @@ - '.' - location: git: https://github.com/jgm/pandoc.git- commit: 6156cdda13ee5f9edbb11a672f6eb78631c3ffc5+ commit: bd71569483e8b471bcd94203e6f7be6b47b65280 extra-deps: - texmath-0.8.6.6 - doctemplates-0.1.0.2