packages feed

highs-lp-0.0: Makefile

run-test:	update-test
	runhaskell Setup configure --user --enable-tests
	runhaskell Setup build
	runhaskell Setup haddock
	runhaskell Setup test highs-lp-test --show-details=streaming

	runhaskell Setup configure --user -fdebug
	runhaskell Setup build

update-test:
	doctest-extract-0.1 -i src/ -o test/ --executable-main=Main.hs \
	  Numeric.HiGHS.LP Numeric.HiGHS.LP.Monad