#!/bin/sh

set -e

cabal sdist

cd src && mk
cd ../testing && mk
