.PHONY: all build

all: build

dist/setup-config: contstuff.cabal
	cabal configure

build: dist/setup-config
	cabal build
	cabal haddock
