#!/usr/bin/env bash

set -eu
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

cd $DIR
stack build
stack exec testaeson $@
