mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
with-compiler: ghc-8.10.7
|
|
|
|
packages: .
|
|
|
|
-- Speeds up builds by parallelizing them over the number of available CPUs.
|
|
jobs: $ncpus
|
|
|
|
constraints:
|
|
ormolu ==0.4.0.0,
|
|
stan ==0.0.1.0,
|
|
hlint ==3.3.6,
|
|
prune-juice ==0.7 |