anansi-pandoc 0.1.2 → 0.1.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~pandoc
Dependency ranges changed: pandoc
Files
- anansi-pandoc.cabal +3/−3
anansi-pandoc.cabal view
@@ -1,5 +1,5 @@ name: anansi-pandoc-version: 0.1.2+version: 0.1.3 license: GPL-3 license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -20,7 +20,7 @@ source-repository this type: git location: https://john-millikin.com/code/anansi-pandoc/- tag: anansi-pandoc_0.1.2+ tag: anansi-pandoc_0.1.3 library hs-source-dirs: lib@@ -31,7 +31,7 @@ , base >= 4.0 && < 5.0 , bytestring >= 0.9 , containers >= 0.1- , pandoc >= 1.8+ , pandoc >= 1.8 && < 1.10 , monads-tf >= 0.1 && < 0.2 , text >= 0.7