[Update tags generation
Einar Karttunen <ekarttun@cs.helsinki.fi>**20060509100634] hunk ./Makefile 78
-tags: $(HSFILES)
-	hasktags $(HSFILES)
+tags:
+	hasktags -c `find . -type f -name '*hs' | egrep -v '^\./(_darcs|lib|test)/'`
+	mv tags tags.tmp
+	LC_ALL=C sort tags.tmp > tags
+	rm tags.tmp
hunk ./Makefile 156
-.PHONY: depend clean realclean builtfiles clean-ho  regress hsdocs install i printos tests libs publish
+.PHONY: depend clean realclean builtfiles clean-ho  regress hsdocs install i printos tests libs publish tags