diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 3565e4dd8..7b86304fc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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, @@ -268,7 +268,7 @@ Library random >= 1 && < 1.2, extensible-exceptions >= 0.1 && < 0.2, pandoc-types >= 1.16 && < 1.17, - aeson >= 0.7 && < 0.12, + aeson >= 0.7 && < 1.1, tagsoup >= 0.13.7 && < 0.15, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, @@ -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,13 +423,13 @@ 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, extensible-exceptions >= 0.1 && < 0.2, highlighting-kate >= 0.6.2 && < 0.7, - aeson >= 0.7.0.5 && < 0.12, + aeson >= 0.7.0.5 && < 1.1, yaml >= 0.8.8.2 && < 0.9, containers >= 0.1 && < 0.6, HTTP >= 4000.0.5 && < 4000.4 |