summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Woodbury <colin@fosskers.ca>2020-08-17 11:07:37 -0700
committerGitHub <noreply@github.com>2020-08-17 20:07:37 +0200
commite61c51c67c0ec44d9a3bff4d68666041bf550e58 (patch)
tree6ce874c2b59f7379e3c58f2f9d98941e7de56588
parent9550aa1cd177aa6fe271d075177109d66a79e67f (diff)
downloadstylish-haskell-e61c51c67c0ec44d9a3bff4d68666041bf550e58.tar.gz
Use `-split-sections`
-rw-r--r--stack.yaml12
-rw-r--r--stack.yaml.lock22
2 files changed, 11 insertions, 23 deletions
diff --git a/stack.yaml b/stack.yaml
index a52bc65..59f2be5 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,13 +1,15 @@
-resolver: lts-15.6
-packages:
-- '.'
+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:
-- 'haskell-src-exts-1.23.0'
- 'aeson-1.5.2.0'
- 'Cabal-3.2.0.0'
- 'HsYAML-aeson-0.2.0.0@rev:2'
- 'HsYAML-0.2.1.0@rev:1'
-- 'these-1.1.1.1'
save-hackage-creds: false
diff --git a/stack.yaml.lock b/stack.yaml.lock
index 685b590..36c1629 100644
--- a/stack.yaml.lock
+++ b/stack.yaml.lock
@@ -5,13 +5,6 @@
packages:
- completed:
- hackage: haskell-src-exts-1.23.0@sha256:1bb9f7e97d569e56973133cb075fdcc1bfd11f90d94b035b5cf44814bb39a73d,4541
- pantry-tree:
- size: 97804
- sha256: 8e5bc885533431db9bf75e9609f6b80b56ab0c289a903d701f8628e78322afd0
- original:
- hackage: haskell-src-exts-1.23.0
-- completed:
hackage: aeson-1.5.2.0@sha256:d00c7aa51969b2849550e4dee14c9ce188504d55ed8d7f734ce9f6976db452f6,6786
pantry-tree:
size: 39758
@@ -39,16 +32,9 @@ packages:
sha256: 77d9299977dfbc7836cbbcb51fe890bb70d485d9dd89a3bbe54822635faa8108
original:
hackage: HsYAML-0.2.1.0@rev:1
-- completed:
- hackage: these-1.1.1.1@sha256:3b63a3942f1da4ff97786221e3c654b969b54d570fef2cf4db97da4ea26a36cc,2609
- pantry-tree:
- size: 351
- sha256: 9dbf8c39e2962926d5fb2c7bffba5e3407fed67a581ef60e2eaf3cb0c5778074
- original:
- hackage: these-1.1.1.1
snapshots:
- completed:
- size: 491387
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/6.yaml
- sha256: 8d81505a6de861e167a58534ab62330afb75bfa108735c7db1204f7ef2a39d79
- original: lts-15.6
+ size: 532380
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/9.yaml
+ sha256: 14a7cec114424e4286adde73364438927a553ed248cc50f069a30a67e3ee1e69
+ original: lts-16.9