From 964071d6aa02e3fe69dabf21eb99a76b2b9a54fc Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 28 Jul 2020 13:47:37 -0400 Subject: [PATCH] Build packages separately See https://github.com/commercialhaskell/stack/issues/5159. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11c4b60..0b2578c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ build: .PHONY: test test: - stack build $(STACK_ARGUMENTS) --fast --pedantic --test + stack build $(STACK_ARGUMENTS) bcp47 --fast --pedantic --test + stack build $(STACK_ARGUMENTS) bcp47-orphans --fast --pedantic --test .PHONY: lint lint: