aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-29 22:32:49 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-29 23:21:25 +0200
commite49b8304e43d8381a2c7693643ab648f32482359 (patch)
tree287492c4946cbbf26fd1b887e09d4be8ac7e8519 /pandoc.cabal
parent39dc3b9a4bafe26ab7572e1cbda5652e9d48c2e8 (diff)
downloadpandoc-e49b8304e43d8381a2c7693643ab648f32482359.tar.gz
Use HsYAML instead of yaml for translations, YAML metadata.
yaml wraps a C library; HsYAML is pure Haskell. Closes #4747. Advances #4535.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal9
1 files changed, 3 insertions, 6 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index af76a9c3c..636f77482 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -370,7 +370,6 @@ library
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
- scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.13,
hslua >= 0.9.5 && < 0.9.6,
hslua-module-text >= 0.1.2 && < 0.2,
@@ -387,12 +386,10 @@ library
http-client >= 0.4.30 && < 0.6,
http-client-tls >= 0.2.4 && < 0.4,
http-types >= 0.8 && < 0.13,
- case-insensitive >= 1.2 && < 1.3
+ case-insensitive >= 1.2 && < 1.3,
+ HsYAML >= 0.1.1.1 && < 0.2
if impl(ghc < 8.0)
- build-depends: semigroups == 0.18.*,
- yaml >= 0.8.11 && < 0.8.31
- else
- build-depends: yaml >= 0.8.11 && < 0.9
+ build-depends: semigroups == 0.18.*
if impl(ghc < 8.4)
hs-source-dirs: prelude
other-modules: Prelude