This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
really-bad-compiler-in-haskell/stack.yaml

23 lines
530 B
YAML
Raw Permalink Normal View History

resolver: lts-20.26
2023-10-06 05:29:36 +00:00
compiler: ghc-9.2.8
# setup-info:
# ghc:
# aarch64:
# 9.4.6:
# url: "https://downloads.haskell.org/~ghc/9.4.6/ghc-9.4.6-aarch64-deb10-linux.tar.xz"
# sha256: "05896fc4bc52c117d281eac9c621c6c3a0b14f9f9eed5e42cce5e1c4485c7623"
2023-09-07 22:59:56 +00:00
packages:
- .
2023-09-15 05:51:44 +00:00
extra-deps:
- github: llvm-hs/llvm-hs
commit: 5bca2c1a2a3aa98ecfb19181e7a5ebbf3e212b76
2023-09-15 05:51:44 +00:00
subdirs:
- llvm-hs-pure
2023-09-29 10:17:12 +00:00
- llvm-hs
nix:
enable: true
packages: [llvm_15, clang_15, libxml2]
system-ghc: true
2023-10-06 05:29:36 +00:00
install-ghc: false