summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorShayne Fletcher <shayne@shaynefletcher.org>2020-08-24 07:16:58 -0400
committerGitHub <noreply@github.com>2020-08-24 13:16:58 +0200
commit481f4d453f7a8b34245995f52d27c6976f6c6b2e (patch)
treeca06c8ed31ce977ece4f214b1dfb1213c9df14d8
parente61c51c67c0ec44d9a3bff4d68666041bf550e58 (diff)
downloadstylish-haskell-481f4d453f7a8b34245995f52d27c6976f6c6b2e.tar.gz
Remove split-sections stanza
-rw-r--r--stack.yaml6
1 files changed, 0 insertions, 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'