% % Copyright (C) 1997 Thomas Nordin and Alastair Reid % \begin{code} module Target( Target(..) ) where data Target = GHC | NHC | Hugs \end{code}