From 109964bfc3a5cd52e5d4190e65943cb48ce118f7 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Thu, 19 Aug 2021 22:17:31 -0600 Subject: [PATCH] limit compilation to two threads --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index c87f20f..76ac753 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,7 @@ resolver: lts-18.4 pvp-bounds: both ghc-options: - $locals: -j + $locals: -j2 packages: - .