aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 13a2fbcd9..da60a05a3 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -408,8 +408,9 @@ library
basement < 0.0.8,
foundation < 0.0.21
if impl(ghc >= 8.0) && os(windows) && arch(i386)
- build-depends: basement < 0.0.10
- -- basement 0.0.10 won't build on 32-bit windows.
+ build-depends: basement >= 0.0.10,
+ foundation >= 0.0.23
+ -- basement 0.0.9 won't build on 32-bit windows.
if impl(ghc < 8.4)
hs-source-dirs: prelude
other-modules: Prelude