packages feed

GA-0.1: Makefile

all: example1 example2

%: GA.hs %.hs
	ghc --make $@

clean:
	rm -f *.hi *.o example1 example2