cvs commit: fptools/green-card/src Casm.lhs DIS.lhs GreenCard.lhs Lex.lhs Makefile PrettyUtils.lhs Proc.lhs Process.lhs Target.lhs Type.lhs
Malcolm Wallace <[email protected]> Mon, 17 Mar 2003 13:09:01 -0500 (EST)
| Newsgroups | gmane.comp.lang.haskell.cvs.green-card |
|---|---|
| Message-ID | <[email protected]> |
malcolm 2003/03/17 10:08:13 PST Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-green-card>, <mailto:[email protected]?subject=subscribe> List-Id: fptools/green-card CVS commit messages <cvs-green-card.haskell.org> List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-green-card>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://www.haskell.org/pipermail/cvs-green-card/> Date: Mon, 17 Mar 2003 10:08:14 -0800 Modified files: green-card/src Casm.lhs DIS.lhs GreenCard.lhs Lex.lhs Makefile PrettyUtils.lhs Proc.lhs Process.lhs Target.lhs Type.lhs Log: Remove the NHC backend - it never worked anyway. Rename some library imports to their hierarchical locations: Pretty -> Text.PrettyPrint GetOpt -> System.Console.GetOpt FiniteMap -> Data.FiniteMap And set a Makefile target 'nhc98' which builds via hmake. Revision Changes Path 1.38 +3 -105 fptools/green-card/src/Casm.lhs 1.12 +1 -1 fptools/green-card/src/DIS.lhs 1.32 +4 -10 fptools/green-card/src/GreenCard.lhs 1.20 +1 -1 fptools/green-card/src/Lex.lhs 1.35 +6 -0 fptools/green-card/src/Makefile 1.10 +1 -1 fptools/green-card/src/PrettyUtils.lhs 1.51 +1 -3 fptools/green-card/src/Proc.lhs 1.49 +1 -15 fptools/green-card/src/Process.lhs 1.8 +0 -7 fptools/green-card/src/Target.lhs 1.6 +1 -1 fptools/green-card/src/Type.lhs