packages feed

aeson-0.3.2.2: tests/Makefile

ghc := ghc

all: qc

qc: Properties.hs
	$(ghc) -o --make $@ $<

clean:
	-rm -f qc *.o *.hi