Remove broken live-check script, use ./build

This commit is contained in:
Robert Hensing 2020-10-01 16:52:51 +02:00
parent f7d2f2d93c
commit 9dabd9bb92

View file

@ -1,12 +0,0 @@
#!/usr/bin/env nix-shell
#!nix-shell ./shell.nix
#!nix-shell -i bash
set -eux -o pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
ghcid \
--command 'ghci -isrc/haskell/exe src/haskell/exe/Main.hs' \
--reload=src/haskell \
--restart=arion-compose.cabal \
;