1
1
mirror of https://github.com/tweag/asterius.git synced 2024-10-06 05:37:35 +03:00
asterius/utils/ghcid.sh

10 lines
210 B
Bash
Raw Normal View History

#!/bin/sh -e
2020-03-13 15:43:59 +03:00
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"