aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal12
1 files changed, 7 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 935542e79..ecb4aa766 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -344,7 +344,7 @@ custom-setup
library
build-depends: base >= 4.8 && < 5,
syb >= 0.1 && < 0.8,
- containers >= 0.4.2.1 && < 0.6,
+ containers >= 0.4.2.1 && < 0.7,
unordered-containers >= 0.2 && < 0.3,
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
@@ -376,9 +376,9 @@ library
vector >= 0.10 && < 0.13,
hslua >= 1.0.1 && < 1.1,
hslua-module-text >= 0.2 && < 0.3,
- binary >= 0.5 && < 0.10,
+ binary >= 0.5 && < 0.11,
SHA >= 1.6 && < 1.7,
- haddock-library >= 1.6 && < 1.7,
+ haddock-library >= 1.7 && < 1.8,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.4,
Glob >= 0.7 && < 0.10,
@@ -534,6 +534,7 @@ library
Text.Pandoc.Readers.Org.ParserState,
Text.Pandoc.Readers.Org.Parsing,
Text.Pandoc.Readers.Org.Shared,
+ Text.Pandoc.Writers.Groff,
Text.Pandoc.Writers.Powerpoint.Presentation,
Text.Pandoc.Writers.Powerpoint.Output,
Text.Pandoc.Lua.Filter,
@@ -546,6 +547,7 @@ library
Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,
Text.Pandoc.CSV,
+ Text.Pandoc.GroffChar,
Text.Pandoc.UUID,
Text.Pandoc.Translations,
Text.Pandoc.Slides,
@@ -629,8 +631,8 @@ test-suite test-pandoc
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
tasty-golden >= 2.3 && < 2.4,
- QuickCheck >= 2.4 && < 2.12,
- containers >= 0.4.2.1 && < 0.6,
+ QuickCheck >= 2.4 && < 2.13,
+ containers >= 0.4.2.1 && < 0.7,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.4,
xml >= 1.3.12 && < 1.4,