Skip to content

Commit

Permalink
Add network-uri to cabal-doctest dependencies for Cabal-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Jan 9, 2025
1 parent a48e96a commit f06462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ghcid-cli: ## Run ghcid for the cabal-install executable.

.PHONY: doctest
doctest: ## Run doctests.
cd Cabal-syntax && $(DOCTEST)
cd Cabal-syntax && $(DOCTEST) --build-depends=network-uri
cd Cabal-described && $(DOCTEST)
cd Cabal && $(DOCTEST)
cd cabal-install-solver && $(DOCTEST)
Expand Down

0 comments on commit f06462f

Please sign in to comment.