diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-02-08 09:29:09 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-02-08 09:29:09 -0800 |
commit | 2da9090adc4f985456123633b65758362bf3eed8 (patch) | |
tree | cb5a6a2491340960bc88caf640f2e3f7f3859c72 | |
parent | b3d015e266b3a271770d53e2242c24a857cb23c1 (diff) | |
download | pandoc-2da9090adc4f985456123633b65758362bf3eed8.tar.gz |
Use latest basement/foundation on 32bit windows.
-rw-r--r-- | pandoc.cabal | 5 |
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 |