summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-11 09:59:54 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-11 09:59:54 +0100
commita6c649cfc8a591d0157b7bc89f34c6ef51a9ca27 (patch)
tree8aa669bf86885a9f31717a734415d6491d68a0f3 /pandoc.cabal
parente0d21dbb820434761488e42d3273c93126647e8b (diff)
Added --log option to save log messages in JSON format to a file.
See #3392.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal19
1 files changed, 2 insertions, 17 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index a817cdab2..255057cfa 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -275,6 +275,7 @@ Library
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.17 && < 1.18,
aeson >= 0.7 && < 1.2,
+ aeson-pretty >= 0.8 && < 0.9,
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
@@ -435,23 +436,7 @@ Library
Executable pandoc
Build-Depends: pandoc,
- pandoc-types >= 1.17 && < 1.18,
- base >= 4.2 && <5,
- directory >= 1.2 && < 1.4,
- filepath >= 1.1 && < 1.5,
- text >= 0.11 && < 1.3,
- bytestring >= 0.9 && < 0.11,
- extensible-exceptions >= 0.1 && < 0.2,
- skylighting >= 0.1.1.3 && < 0.2,
- aeson >= 0.7.0.5 && < 1.2,
- yaml >= 0.8.8.2 && < 0.9,
- containers >= 0.1 && < 0.6,
- HTTP >= 4000.0.5 && < 4000.4,
- mtl >= 2.2 && < 2.3
- if flag(network-uri)
- Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
- else
- Build-Depends: network >= 2 && < 2.6
+ base >= 4.2 && < 5
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
Ghc-Prof-Options: -fprof-auto-exported -rtsopts -with-rtsopts=-K16m