We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cabal check
1 parent da45a9c commit 7140861Copy full SHA for 7140861
Makefile
@@ -88,7 +88,7 @@ check-cabal: git-files.txt sdist-files.txt
88
@for pkg in . pandoc-lua-engine pandoc-server pandoc-cli; \
89
do \
90
pushd $$pkg ; \
91
- cabal check ; \
+ cabal check --ignore=missing-upper-bounds ; \
92
cabal outdated ; \
93
popd ; \
94
done
0 commit comments