packages feed

carray-0.1.6.4: Makefile

test:
	runhaskell Setup configure --user --enable-tests --enable-benchmarks
	runhaskell Setup build
	runhaskell Setup haddock
	runhaskell Setup test --show-details=always
	(cd tests; sh runtests.sh)