From edbc639f8e1d6227a553961e836bfb1ad8d84267 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 11 Aug 2020 18:08:43 -0700 Subject: [PATCH] Revert "Use `-split-sections` on everything" (#1328) This causes problems on mac at least, and we already do it in .github/workflows/linux.yml, so probably best not to add it here. This reverts commit 84d479cdc42689c48fddbca2db8938afb83aefec. --- stack.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stack.yaml b/stack.yaml index dfa52bfce..6eaf1360f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -4,11 +4,7 @@ nix: pure: false packages: [perl gmp ncurses zlib] -resolver: lts-16.9 - -# Provides a very nice reduction in final binary size. -ghc-options: - $everything: -split-sections +resolver: lts-16.3 packages: - hledger-lib