.PHONY: test

test:
	runhaskell Setup configure --user
	runhaskell Setup build
	runhaskell Setup haddock
