make check: check for unreleased dependencies
This commit is contained in:
parent
1dab8e57d3
commit
c4522124aa
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -46,7 +46,9 @@ haddock:
|
|||
check: check-cabal checkdocs
|
||||
cabal check # check cabal file
|
||||
cabal outdated # check cabal dependencies
|
||||
lsd # check that stack.yaml dependencies are up to date
|
||||
stack-lint-extra-deps # check that stack.yaml dependencies are up to date
|
||||
! grep 'git:' stack.yaml # use only released versions
|
||||
! grep 'git:' cabal.project # use only released versions
|
||||
|
||||
check-cabal: git-files.txt sdist-files.txt
|
||||
@echo "Checking to see if all committed test/data files are in sdist."
|
||||
|
|
Loading…
Add table
Reference in a new issue