diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-12 21:59:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-12 21:59:25 -0700 |
commit | 8cea6125fbcec98a27a0b0b7871a46aa1f0fb833 (patch) | |
tree | 7ae89ad4ef017ab25d292aac4c1152d7aa0802ea | |
parent | 2437b6d10b4078467b114767885f7ffadd4cd78a (diff) | |
download | pandoc-8cea6125fbcec98a27a0b0b7871a46aa1f0fb833.tar.gz |
Exclude foundaiton 0.0.21 for ghc 7.10.
-rw-r--r-- | pandoc.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index d6c710f68..2f80bedeb 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -390,9 +390,10 @@ library HsYAML >= 0.1.1.1 && < 0.2 if impl(ghc < 8.0) 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 + -- basement 0.0.8 and foundation 0.0.21, transitive + -- dependencies, drop support for ghc 7.10: + basement < 0.0.8, + foundation < 0.0.21 if impl(ghc < 8.4) hs-source-dirs: prelude other-modules: Prelude |