commonmark-cli 0.2.1 → 0.2.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~commonmarkdep ~commonmark-pandoc
Dependency ranges changed: commonmark, commonmark-pandoc
Files
- changelog.md +4/−0
- commonmark-cli.cabal +3/−3
changelog.md view
@@ -1,5 +1,9 @@ # Changelog for commonmark-cli +## 0.2.1.1++ * Raise version bounds for commonmark, commonmark-pandoc.+ ## 0.2.1 * Add `alerts` as extension (#132).
commonmark-cli.cabal view
@@ -1,5 +1,5 @@ name: commonmark-cli-version: 0.2.1+version: 0.2.1.1 synopsis: Command-line commonmark converter and highlighter. description: This package provides a command-line tool, `commonmark`, for converting and syntax-highlighting commonmark documents.@@ -31,9 +31,9 @@ ghc-options: -Wunused-packages ghc-options: -threaded -rtsopts build-depends: base >= 4.9 && <5- , commonmark >= 0.2.4.1 && < 0.3+ , commonmark >= 0.2.4.1 && < 0.4 , commonmark-extensions >= 0.2.5 && < 0.3- , commonmark-pandoc >= 0.2.2 && < 0.3+ , commonmark-pandoc >= 0.2.2 && < 0.4 , pandoc-types , aeson , bytestring