packages feed

non-empty-0.3.6: Makefile

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

update-test:
	doctest-extract-0.1 -i src/ -o test/ --executable-main=Main.hs Data.NonEmptyPrivate Data.NonEmpty.Mixed Data.NonEmpty.Map