packages feed

hsc3-graphs-0.14: sh/mk-dependencies.sh

#!/bin/bash

o="Makefile.graphs"
echo -n "GRAPHS=" > $o
ls *.hs | sed -r -e 's/(.*)\.hs/ \1\\/g' >> $o