1
1
mirror of https://github.com/tweag/asterius.git synced 2024-10-06 05:37:35 +03:00
asterius/utils/ghcid.sh
2020-04-15 11:41:40 +02:00

10 lines
210 B
Bash
Executable File

#!/bin/sh -e
stack ghci \
asterius:lib \
asterius:ahc-ld \
ghc-toolkit:lib \
npm-utils:lib \
wasm-toolkit:lib \
--ghci-options="-Wall -Wno-overflowed-literals -fno-code -j +RTS -N -A64m -n2m -RTS"