packages feed

numeric-quest-0.2.1: Makefile

html:	Orthogonals.html QuantumVector.html Tensor.html

%.html:	%.lhs
	ln -s $< $@



run-test:	update-test
	runhaskell Setup.lhs configure --user --enable-tests
	runhaskell Setup.lhs build
	runhaskell Setup.lhs haddock
	./dist/build/numeric-quest-test/numeric-quest-test

update-test:
	doctest-extract-0.1 -o test/ --executable-main=Test/Main.hs RowEchelon