From 9dabd9bb92ca26c5f0bba735b9db5d30a66777b8 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 1 Oct 2020 16:52:51 +0200 Subject: [PATCH] Remove broken live-check script, use ./build --- live-check | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 live-check diff --git a/live-check b/live-check deleted file mode 100755 index fb642a5..0000000 --- a/live-check +++ /dev/null @@ -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 \ - ;