qs:	QSort.hs
#	stack ghc -- -o qs -O -main-is QSort QSort.hs
	ghc -o qs -package random -O -main-is QSort QSort.hs
