.PHONY: all

all: dist/setup-config
	cabal build

dist/setup-config: dnscache.cabal
	cabal configure
