packages feed

Agda-2.3.2.2: examples/outdated-and-incorrect/fileIO/Makefile

all : Base.hs IO.hs Main.hs IO/File.hs
	ghc --make Main.hs

%.hs : %.agda
	agda -c $<