From 481f4d453f7a8b34245995f52d27c6976f6c6b2e Mon Sep 17 00:00:00 2001 From: Shayne Fletcher Date: Mon, 24 Aug 2020 07:16:58 -0400 Subject: Remove split-sections stanza --- stack.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stack.yaml b/stack.yaml index 59f2be5..3b76264 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,11 +1,5 @@ resolver: lts-16.9 -# Specifying `-split-sections` in this way propagates the setting to all -# dependencies as well. The effect of this is a 50%-60% reduction in final -# binary size, with effectively no additional compilation time cost. -ghc-options: - $everything: -split-sections - extra-deps: - 'aeson-1.5.2.0' - 'Cabal-3.2.0.0' -- cgit v1.2.3