#!/usr/bin/env bash

ghcid \
  --command ghci \
  --test "Main.main" \
  --restart *.cabal \
  "app/Main.hs"
