ghcup-hs/stack.yaml

61 lines
1.4 KiB
YAML
Raw Normal View History

2023-10-01 06:53:37 +00:00
resolver: lts-20.26
2020-09-30 21:42:30 +00:00
packages:
- .
extra-deps:
2023-05-12 15:22:19 +00:00
- Cabal-3.6.3.0
- Cabal-syntax-3.10.1.0
- aeson-2.1.2.1
- cabal-install-parsers-0.6.1
2021-10-09 20:26:56 +00:00
- chs-cabal-0.1.1.1
2023-05-12 15:22:19 +00:00
- chs-deps-0.1.0.0
- generic-arbitrary-0.2.2@sha256:202ffbf2032672a51318f2e80d7e75b72f8950e690346b4314f38bc7e39215f7,1189
- generically-0.1.1
2021-09-06 20:31:07 +00:00
- haskus-utils-data-1.4@sha256:bfa94363b94b14779edd6834fbd59dbb847c3d7b8f48e3844f456ffdc077da4a,1466
2021-03-07 18:46:44 +00:00
- haskus-utils-types-1.5.1@sha256:991c472f4e751e2f0d7aab6ad4220ef151d6160876dcf0511bbf876bbd432020,1298
2023-05-12 15:22:19 +00:00
- haskus-utils-variant-3.2.1
- libarchive-3.0.3.2
- libyaml-streamly-0.2.1
2023-05-12 15:22:19 +00:00
- lzma-static-5.2.5.5
- os-release-1.0.2.1
- parsec-3.1.15.0
- streamly-0.8.2@sha256:ec521b7c1c4db068501c35804af77f40b7d34232f5e29d9b99e722229040eb80,23500
2023-05-12 15:22:19 +00:00
- strict-base-0.4.0.0
- text-2.0.2
- yaml-streamly-0.12.2
- github: fosskers/versions
commit: 7bc3355348aac3510771d4622aff09ac38c9924d
2020-09-30 21:42:30 +00:00
flags:
http-io-streams:
brotli: false
libarchive:
2023-05-12 15:22:19 +00:00
system-libarchive: true
2020-09-30 21:42:30 +00:00
2021-05-14 21:09:45 +00:00
regex-posix:
_regex-posix-clib: true
2020-10-11 19:06:58 +00:00
2021-08-27 12:37:44 +00:00
aeson-pretty:
lib-only: true
cabal-plan:
exe: false
2022-05-16 15:38:46 +00:00
streamly:
use-unliftio: true
2020-09-30 21:42:30 +00:00
ghc-options:
"$locals": -O2
streamly: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
ghcup: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
2021-09-06 20:31:07 +00:00
build:
test: true
test-arguments:
no-run-tests: true
bench: true
benchmark-opts:
no-run-benchmarks: true