summaryrefslogtreecommitdiffhomepage
path: root/stack.yaml
blob: 59f2be581a002839c95adf2310537ae4267f290c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'
- 'HsYAML-aeson-0.2.0.0@rev:2'
- 'HsYAML-0.2.1.0@rev:1'

save-hackage-creds: false