Skip to content

Commit

Permalink
Bump to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jez committed Jan 13, 2021
1 parent ececcb2 commit ecf880a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.22.0
VERSION := 0.22.1

all: pandoc-sidenote-$(VERSION).zip

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ applications such as Hakyll.

| pandoc | pandoc-sidenote |
| ------ | --------------- |
| 2.11 | 0.22.0 |
| 2.11 | 0.22.0, 0.22.1 |
| 2.9 | 0.20.0 |
| 2.1, 1.19 | 0.19.0 |
| 1.18 | 0.9.0 |
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pandoc-sidenote
version: 0.22.0.0
version: 0.22.1.0
github: jez/pandoc-sidenote
license: MIT
license-file: LICENSE
Expand Down
18 changes: 9 additions & 9 deletions pandoc-sidenote.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.2.
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 3dc31e4d4cc6384a653e426677ff091055a8f6bdac1d57281aa427335f388871
-- hash: 20789b43ba42900f5d81902a9ed9073f6591ad0e551a0977acb6c7d5ab49b7f5

name: pandoc-sidenote
version: 0.22.0.0
version: 0.22.1.0
synopsis: Convert Pandoc Markdown-style footnotes into sidenotes
description: Convert Pandoc Markdown-style footnotes into sidenotes
category: CommandLine
Expand All @@ -28,6 +28,10 @@ source-repository head
location: https://github.com/jez/pandoc-sidenote

library
exposed-modules:
Text.Pandoc.SideNote
other-modules:
Paths_pandoc_sidenote
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wmissing-signatures -Werror -funbox-strict-fields
Expand All @@ -36,14 +40,12 @@ library
, mtl
, pandoc-types >=1.22
, text
exposed-modules:
Text.Pandoc.SideNote
other-modules:
Paths_pandoc_sidenote
default-language: Haskell2010

executable pandoc-sidenote
main-is: Main.hs
other-modules:
Paths_pandoc_sidenote
hs-source-dirs:
./
ghc-options: -Wall -Wcompat -Wmissing-signatures -Werror -funbox-strict-fields -threaded -rtsopts -with-rtsopts=-N
Expand All @@ -53,6 +55,4 @@ executable pandoc-sidenote
, pandoc-sidenote
, pandoc-types >=1.22
, text
other-modules:
Paths_pandoc_sidenote
default-language: Haskell2010

0 comments on commit ecf880a

Please sign in to comment.