Hi,

first, many thanks to the implementors
for releasing Template Haskell.

A little flaw which can be observed with the
example Printf/Main from the web users guide.

Changing in "Printf.hs" the parse function
to deliver a different format is not
recognized by the dependency tracker of 
   ghc --make
causing Main.hs to be skipped in the compilation, 
but metaprogramming is supposed to change the 
code of Main.hs.

Many thanks in advance
-- 
 Dr. Christoph Herrmann
 Teaching and Research Assistant 
 University of Passau, Germany 
 http://www.fmi.uni-passau.de/~herrmann
 
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to