From ecf880a20c40aafc3a0e63f82dbe4362a81b1417 Mon Sep 17 00:00:00 2001 From: Jake Zimmerman Date: Tue, 12 Jan 2021 20:43:13 -0800 Subject: [PATCH] Bump to 0.22.1 --- Makefile | 2 +- README.md | 2 +- package.yaml | 2 +- pandoc-sidenote.cabal | 18 +++++++++--------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index d52a3b6..80a3fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.22.0 +VERSION := 0.22.1 all: pandoc-sidenote-$(VERSION).zip diff --git a/README.md b/README.md index a75a2e0..38760c1 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/package.yaml b/package.yaml index 78a7e7f..9e96b01 100644 --- a/package.yaml +++ b/package.yaml @@ -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 diff --git a/pandoc-sidenote.cabal b/pandoc-sidenote.cabal index 7aac6bf..d56310f 100644 --- a/pandoc-sidenote.cabal +++ b/pandoc-sidenote.cabal @@ -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 @@ -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 @@ -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 @@ -53,6 +55,4 @@ executable pandoc-sidenote , pandoc-sidenote , pandoc-types >=1.22 , text - other-modules: - Paths_pandoc_sidenote default-language: Haskell2010