sort.png: sort.tsv
	Rscript sort.R
sort.tsv: sort
	./sort.sh > sort.tsv
sort: sort.hs
	stack ghc -- -O sort.hs
clean:
	rm -f sort *.o *.hi sort.png
