

boot:
	runhaskell Setup.hs configure --user --prefix=$(shell pwd)/inplace 
	runhaskell Setup.hs build
	runhaskell Setup.hs install --user
	
clean:
	rm -Rf ./dist
	
doc:
	runhaskell Setup.hs haddock