aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-07-12 21:46:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-07-12 21:46:37 -0700
commit2437b6d10b4078467b114767885f7ffadd4cd78a (patch)
tree4576a6cc65803128f26de15a83485db47915ec36
parent5809d5bef2de59757fc9cd72c6508b8cfeeae186 (diff)
downloadpandoc-2437b6d10b4078467b114767885f7ffadd4cd78a.tar.gz
Attempt to fix latest ghc 7.10 build failure.
-rw-r--r--pandoc.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f6445bbca..d6c710f68 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -389,7 +389,10 @@ library
case-insensitive >= 1.2 && < 1.3,
HsYAML >= 0.1.1.1 && < 0.2
if impl(ghc < 8.0)
- build-depends: semigroups == 0.18.*
+ build-depends: semigroups == 0.18.*,
+ -- basement 0.0.8 drops support for ghc 7.10
+ -- and it is a transitive dependency:
+ basement < 0.0.8
if impl(ghc < 8.4)
hs-source-dirs: prelude
other-modules: Prelude