#!/bin/sh
set -eu
. scripts/compile-common
$GHC --make XmppBot.hs -o ../geordi-xmpp
