Merge branch 'main' into seungheonoh/deprecateApropos

This commit is contained in:
SeungheonOh 2022-06-01 09:11:48 -05:00 committed by GitHub
commit a537df0ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ SHELL := /bin/sh
.PHONY: hoogle format haddock usage tag format_nix format_haskell format_check lint ps_bridge bench bench_check
AGORA_TARGETS := agora agora-bench agora-purescript-bridge agora-scripts agora-specs agora-test agora-testlib
usage:
@echo "usage: make <command> [OPTIONS]"
@echo
@ -45,10 +47,10 @@ haddock:
cabal haddock --haddock-html --haddock-hoogle --builddir=haddock
tag:
hasktags -x agora agora-bench agora-test agora-testlib agora-sample agora-purescript-bridge
hasktags -x $(AGORA_TARGETS)
lint:
hlint agora agora-bench agora-test agora-testlib agora-specs agora-purescript-bridge
hlint $(AGORA_TARGETS)
PS_BRIDGE_OUTPUT_DIR := agora-purescript-bridge/
ps_bridge: