#!/bin/sh

export stack_datadir=/usr/local/share/stack

exec /usr/local/libexec/cabal/stack "$@"
