aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-07-19 12:38:54 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-07-19 12:38:54 -0700
commit2351f7a112f7ebc612200ef3684cc3327dec8296 (patch)
tree379f395692b741bfb9733d3802990b8838b46271 /pandoc.cabal
parent26748da6d4fc6912f1ef314fb01f9969d8a5fc59 (diff)
downloadpandoc-2351f7a112f7ebc612200ef3684cc3327dec8296.tar.gz
Provide Data.Default instances for ParserState and WriterOptions.
Now you can use def (which is re-exported by Text.Pandoc) instead of defaultParserState or defaultWriterOptions. For now, these are still defined too, so existing code need not change. Closes #546.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 139e576ec..f1f7c6f4d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -223,6 +223,7 @@ Library
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.1 && < 0.6,
+ data-default >= 0.4 && < 0.6,
temporary >= 1.1 && < 1.2
if flag(blaze_html_0_5)
build-depends:
@@ -331,6 +332,7 @@ Executable pandoc
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.1 && < 0.6,
+ data-default >= 0.4 && < 0.6,
temporary >= 1.1 && < 1.2
if flag(blaze_html_0_5)
build-depends:
@@ -398,6 +400,7 @@ Executable test-pandoc
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.1 && < 0.6,
+ data-default >= 0.4 && < 0.6,
temporary >= 1.1 && < 1.2
if flag(blaze_html_0_5)
build-depends: