mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
91a8063081
Implemented 'wasp start db' + docs + e2e tests + refactoring.
16 lines
276 B
Plaintext
16 lines
276 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
|
|
|
|
-- See cabal.project.
|
|
index-state: 2023-03-09T09:15:49Z
|