pandoc-sidenote 0.22.3.0 → 0.23.0.0
raw patch · 2 files changed
+4/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−0
- pandoc-sidenote.cabal +3/−5
README.md view
@@ -21,6 +21,7 @@ | pandoc | pandoc-sidenote | | ------ | --------------- |+| 3.0 | 0.23.0 | | 2.11 | 0.22.0, 0.22.1, 0.22.2 | | 2.9 | 0.20.0 | | 2.1, 1.19 | 0.19.0 |
pandoc-sidenote.cabal view
@@ -3,11 +3,9 @@ -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack------ hash: ba2f4aeac52d0795a34581a099a0c371d9696a96c859d39d7884740dbada2fee name: pandoc-sidenote-version: 0.22.3.0+version: 0.23.0.0 synopsis: Convert Pandoc Markdown-style footnotes into sidenotes description: This is a simple Pandoc filter to convert footnotes into a format that can be consumed by Tufte CSS. On the whole, this project weighs in at well under 100 lines of code. Check out SideNote.hs if you're curious how it works. category: CommandLine@@ -34,7 +32,7 @@ Paths_pandoc_sidenote hs-source-dirs: src- ghc-options: -Wall -Wcompat -Wmissing-signatures -funbox-strict-fields+ ghc-options: -Wcompat -Wmissing-signatures -funbox-strict-fields build-depends: base >=4.7 && <5 , mtl@@ -48,7 +46,7 @@ Paths_pandoc_sidenote hs-source-dirs: ./- ghc-options: -Wall -Wcompat -Wmissing-signatures -funbox-strict-fields -threaded -rtsopts -with-rtsopts=-N+ ghc-options: -Wcompat -Wmissing-signatures -funbox-strict-fields -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , mtl