aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2021-11-17 19:29:01 -0600
committerGitHub <noreply@github.com>2021-11-17 17:29:01 -0800
commit51c85b46ba7212411feb709b5cc5da32cb5b2430 (patch)
tree006d4437587ec7a1214279f01bf9158c2269686e /pandoc.cabal
parent13125945261568f04e8efe0033deb32c5a643c3c (diff)
downloadpandoc-51c85b46ba7212411feb709b5cc5da32cb5b2430.tar.gz
Update build files (#7696)
* Drop old windows 32-bit constraints - basement >= 0.0.10 was 0.0.12 on stackage-18.10 - foundation >= 0.0.23 was 0.0.26.1 on stackage-18.10 * Update cabal `tested-with` field to correspond to `ci.yml` matrix * ghc: 8.10.{2,4} → 8.10.7
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal7
1 files changed, 1 insertions, 6 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d379d2fa8..2514f6805 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -11,8 +11,7 @@ bug-reports: https://github.com/jgm/pandoc/issues
stability: alpha
homepage: https://pandoc.org
category: Text
-tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5,
- GHC == 8.8.4, GHC == 8.10.2, GHC == 9.0.1
+tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.1
synopsis: Conversion between markup formats
description: Pandoc is a Haskell library for converting from one markup
format to another, and a command-line tool that uses
@@ -507,10 +506,6 @@ library
yaml >= 0.11 && < 0.12,
zip-archive >= 0.2.3.4 && < 0.5,
zlib >= 0.5 && < 0.7
- if os(windows) && arch(i386)
- build-depends: basement >= 0.0.10,
- foundation >= 0.0.23
- -- basement 0.0.9 won't build on 32-bit windows.
if !os(windows)
build-depends: unix >= 2.4 && < 2.8
if flag(embed_data_files)