Skip to content

Commit 7140861

Browse files
committed
Makefile - ignore missing upper bounds in cabal check.
1 parent da45a9c commit 7140861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ check-cabal: git-files.txt sdist-files.txt
8888
@for pkg in . pandoc-lua-engine pandoc-server pandoc-cli; \
8989
do \
9090
pushd $$pkg ; \
91-
cabal check ; \
91+
cabal check --ignore=missing-upper-bounds ; \
9292
cabal outdated ; \
9393
popd ; \
9494
done

0 commit comments

Comments
 (0)