From 7dac3a98bceef8ffb40f63f3506de5fe93b218a5 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 11 Oct 2023 10:59:02 +0200 Subject: add ghcid Invoking `ghcid` allows us to watch for compilation errors while developing. --- .ghci | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .ghci (limited to '.ghci') diff --git a/.ghci b/.ghci new file mode 100644 index 0000000..c9e17b7 --- /dev/null +++ b/.ghci @@ -0,0 +1,2 @@ +:set -iapp +:load Main -- cgit v1.2.3