#!/bin/sh

# Convenience script for checking constraints locally

cd `dirname $0`
exec stack exec --resolver ghc-8.4.1 stackage-curator check
