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

15 lines
310 B
YAML
Raw Normal View History

resolver: lts-18.28
2023-09-07 22:59:56 +00:00
packages:
- .
2023-09-15 05:51:44 +00:00
extra-deps:
- github: llvm-hs/llvm-hs-pretty
commit: 655ff4d47b3a584b4c9a5863f6121b954825920c
2023-09-15 05:51:44 +00:00
- github: llvm-hs/llvm-hs
commit: 423220bffac4990d019fc088c46c5f25310d5a33
2023-09-15 05:51:44 +00:00
subdirs:
- llvm-hs-pure
2023-09-15 06:57:17 +00:00
# nix:
# enable: true
# packages: [llvm_13, clang_13]