aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal15
1 files changed, 6 insertions, 9 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1db7ded0b..e8d34e73d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.17.2
+Version: 1.17.3
Cabal-Version: >= 1.10
Build-Type: Custom
License: GPL
@@ -11,7 +11,7 @@ Bug-Reports: https://github.com/jgm/pandoc/issues
Stability: alpha
Homepage: http://pandoc.org
Category: Text
-Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
+Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
Synopsis: Conversion between markup formats
Description: Pandoc is a Haskell library for converting from one markup
format to another, and a command-line tool that uses
@@ -249,13 +249,13 @@ Flag old-locale
Default: False
Library
- Build-Depends: base >= 4.2 && <5,
+ Build-Depends: base >= 4.7 && <5,
syb >= 0.1 && < 0.7,
containers >= 0.1 && < 0.6,
unordered-containers >= 0.2 && < 0.3,
array >= 0.3 && < 0.6,
parsec >= 3.1 && < 3.2,
- mtl >= 1.1 && < 2.3,
+ mtl >= 2.2 && < 2.3,
filepath >= 1.1 && < 1.5,
process >= 1 && < 1.5,
directory >= 1 && < 1.3,
@@ -401,6 +401,7 @@ Library
Text.Pandoc.Readers.Org.Blocks,
Text.Pandoc.Readers.Org.ExportSettings,
Text.Pandoc.Readers.Org.Inlines,
+ Text.Pandoc.Readers.Org.Meta,
Text.Pandoc.Readers.Org.ParserState,
Text.Pandoc.Readers.Org.Parsing,
Text.Pandoc.Readers.Org.Shared,
@@ -414,10 +415,6 @@ Library
Text.Pandoc.Slides,
Text.Pandoc.Highlighting,
Text.Pandoc.Compat.Time,
- Text.Pandoc.Compat.Except,
- Text.Pandoc.Compat.TagSoupEntity,
- Text.Pandoc.Compat.Directory,
- Text.Pandoc.Compat.Monoid,
Paths_pandoc
Buildable: True
@@ -426,7 +423,7 @@ Executable pandoc
Build-Depends: pandoc,
pandoc-types >= 1.16 && < 1.17,
base >= 4.2 && <5,
- directory >= 1 && < 1.3,
+ directory >= 1.2 && < 1.3,
filepath >= 1.1 && < 1.5,
text >= 0.11 && < 1.3,
bytestring >= 0.9 && < 0.11,