aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75d995791..e9142a9dd 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ check-cabal: git-files.txt sdist-files.txt
@for pkg in . pandoc-lua-engine pandoc-server pandoc-cli; \
do \
pushd $$pkg ; \
- cabal check ; \
+ cabal check --ignore=missing-upper-bounds ; \
cabal outdated ; \
popd ; \
done