hdiff
packages
feed
DSH
-0.8.0.1: examples/Makefile
all: clean ghc -Wall -O3 --make Example01.hs rm -rf *.hi *.o clean: rm -rf *.hi *.o Example01