From ndmitchell at gmail.com Sun Jul 1 09:46:26 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Sun Jul 1 09:40:29 2007 Subject: [cvs-nhc98] patch applied (yhc): Add a first cut at a make library Message-ID: <20070701134626.GA6565@cvs.haskell.org> Sun Jul 1 06:44:13 PDT 2007 Neil Mitchell * Add a first cut at a make library A ./src/libraries/make/ A ./src/libraries/make/System/ A ./src/libraries/make/System/Make/ A ./src/libraries/make/System/Make/Low.hs From Malcolm.Wallace at cs.york.ac.uk Mon Jul 2 11:10:12 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Mon Jul 2 11:04:10 2007 Subject: [cvs-nhc98] patch applied (nhc98): Reverse the dependency order between filepath and directory packages Message-ID: <20070702151012.GA9735@cvs.haskell.org> Mon Jul 2 08:07:35 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * Reverse the dependency order between filepath and directory packages following changes to the packages themselves. M ./Makefile -1 +1 From Malcolm.Wallace at cs.york.ac.uk Mon Jul 2 11:10:35 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Mon Jul 2 11:04:35 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): make merged compiler buildable by nhc98 as well as by ghc Message-ID: <20070702151035.GA9787@cvs.haskell.org> Mon Jul 2 08:08:41 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * make merged compiler buildable by nhc98 as well as by ghc M ./Makefile -6 +6 M ./SysDeps.hs -1 +1 From Malcolm.Wallace at cs.york.ac.uk Mon Jul 2 12:32:53 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Mon Jul 2 12:26:52 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): oops, make it build again with ghc too! Message-ID: <20070702163253.GA11729@cvs.haskell.org> Mon Jul 2 09:18:44 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * oops, make it build again with ghc too! M ./Makefile -1 +1 M ./SysDeps.hs -1 +1 From ndmitchell at gmail.com Mon Jul 2 13:04:47 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 2 12:58:45 2007 Subject: [cvs-nhc98] patch applied (yhc): Massive changes to the Make library Message-ID: <20070702170447.GA12439@cvs.haskell.org> Mon Jul 2 07:14:30 PDT 2007 Neil Mitchell * Massive changes to the Make library M ./src/libraries/make/System/Make/Low.hs -117 +137 From ndmitchell at gmail.com Mon Jul 2 20:47:30 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 2 20:41:27 2007 Subject: [cvs-nhc98] patch applied (yhc): Move Low to LowAlt, since the Alt support complicates things and is unlikely to ever be useful Message-ID: <20070703004730.GA22014@cvs.haskell.org> Mon Jul 2 16:53:14 PDT 2007 Neil Mitchell * Move Low to LowAlt, since the Alt support complicates things and is unlikely to ever be useful ./src/libraries/make/System/Make/Low.hs -> ./src/libraries/make/System/Make/LowAlt.hs M ./src/libraries/make/System/Make/LowAlt.hs -1 +4 From ndmitchell at gmail.com Mon Jul 2 20:47:32 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 2 20:41:31 2007 Subject: [cvs-nhc98] patch applied (yhc): Add new Make.Low which does not have alternative file support Message-ID: <20070703004732.GA22035@cvs.haskell.org> Mon Jul 2 17:01:57 PDT 2007 Neil Mitchell * Add new Make.Low which does not have alternative file support A ./src/libraries/make/System/Make/Low.hs From ndmitchell at gmail.com Mon Jul 2 20:48:29 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 2 20:42:25 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): Add Make2.hs to the Yhc repo, does not yet get properly included, but is the basis of the next version of the Make code Message-ID: <20070703004829.GA22099@cvs.haskell.org> Mon Jul 2 17:43:31 PDT 2007 Neil Mitchell * Add Make2.hs to the Yhc repo, does not yet get properly included, but is the basis of the next version of the Make code A ./Make2.hs From Malcolm.Wallace at cs.york.ac.uk Tue Jul 3 06:41:47 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Tue Jul 3 06:35:42 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): don't need Util.Graph for nhc98 Message-ID: <20070703104147.GA5061@cvs.haskell.org> Tue Jul 3 03:41:08 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * don't need Util.Graph for nhc98 M ./Makefile -1 +1 From ndmitchell at gmail.com Tue Jul 3 07:57:31 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Tue Jul 3 07:51:25 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): Exclude Make2.hs from building, its not quite ready yet Message-ID: <20070703115731.GA7961@cvs.haskell.org> Tue Jul 3 04:55:09 PDT 2007 Neil Mitchell * Exclude Make2.hs from building, its not quite ready yet M ./SConscript -1 +1 From ndmitchell at gmail.com Tue Jul 3 08:47:55 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Tue Jul 3 08:41:51 2007 Subject: [cvs-nhc98] patch applied (yhc): Change -cpp to --cpp in nofib\real\infer test - before all other buildbots were getting -c, and skipping the building (doh!) Message-ID: <20070703124755.GA9824@cvs.haskell.org> Tue Jul 3 05:46:48 PDT 2007 Neil Mitchell * Change -cpp to --cpp in nofib\real\infer test - before all other buildbots were getting -c, and skipping the building (doh!) M ./tests/nofib/real/infer/flags.txt -1 +1 From Malcolm.Wallace at cs.york.ac.uk Tue Jul 3 09:03:41 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Tue Jul 3 08:57:36 2007 Subject: [cvs-nhc98] patch applied (nhc98): avoid error from tar on an empty package Message-ID: <20070703130341.GA10427@cvs.haskell.org> Tue Jul 3 05:39:10 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * avoid error from tar on an empty package M ./configure -1 +1 From Malcolm.Wallace at cs.york.ac.uk Tue Jul 3 12:22:37 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Tue Jul 3 12:16:32 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): fixes for bootstrapping via .hc files Message-ID: <20070703162237.GA18417@cvs.haskell.org> Tue Jul 3 09:20:46 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * fixes for bootstrapping via .hc files M ./Makefile -7 +9 From Malcolm.Wallace at cs.york.ac.uk Tue Jul 3 12:25:01 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Tue Jul 3 12:18:55 2007 Subject: [cvs-nhc98] patch applied (nhc98): default implementations of enumFrom and enumFromThen Message-ID: <20070703162501.GA18591@cvs.haskell.org> Tue Jul 3 09:02:23 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * default implementations of enumFrom and enumFromThen M ./src/prelude/Prelude/CEnum.hs +9 From Malcolm.Wallace at cs.york.ac.uk Tue Jul 3 12:25:03 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Tue Jul 3 12:18:57 2007 Subject: [cvs-nhc98] patch applied (nhc98): Try to do less redundant work when building C files. Message-ID: <20070703162503.GA18612@cvs.haskell.org> Tue Jul 3 09:03:34 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * Try to do less redundant work when building C files. M ./src/libraries/Makefile.cabal -2 +4 From Malcolm.Wallace at cs.york.ac.uk Tue Jul 3 12:25:04 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Tue Jul 3 12:19:00 2007 Subject: [cvs-nhc98] patch applied (nhc98): Rejig to order of building from .hc bootstrap files. Message-ID: <20070703162504.GA18626@cvs.haskell.org> Tue Jul 3 09:03:54 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * Rejig to order of building from .hc bootstrap files. (The bootstrapped compiler now requires to be linked against packages base and filepath.) M ./Makefile -10 +13 From ndmitchell at gmail.com Thu Jul 5 10:59:37 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Thu Jul 5 10:53:25 2007 Subject: [cvs-nhc98] patch applied (yhc): The removing of defaults as invariants was forgetting to delete the default after adding new ones Message-ID: <20070705145937.GA4300@cvs.haskell.org> Thu Jul 5 07:55:43 PDT 2007 Neil Mitchell * The removing of defaults as invariants was forgetting to delete the default after adding new ones M ./src/libraries/core/Yhc/Core/Invariant.hs -1 +1 From ndmitchell at gmail.com Thu Jul 5 11:13:46 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Thu Jul 5 11:07:34 2007 Subject: [cvs-nhc98] patch applied (yhc): Change the simplifier, when doing pushing let's down inside a case it was making the binding unique, but not modifying them in the expression. Now it just goes excessive and obviously correct Message-ID: <20070705151346.GA4659@cvs.haskell.org> Thu Jul 5 08:12:20 PDT 2007 Neil Mitchell * Change the simplifier, when doing pushing let's down inside a case it was making the binding unique, but not modifying them in the expression. Now it just goes excessive and obviously correct M ./src/libraries/core/Yhc/Core/Simplify.hs -3 +3 From Malcolm.Wallace at cs.york.ac.uk Thu Jul 5 11:37:47 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Thu Jul 5 11:31:35 2007 Subject: [cvs-nhc98] patch applied (hat): Replaced $/src/hatlib with $/src/lib in install script Message-ID: <20070705153747.GA5392@cvs.haskell.org> Tue Jun 26 15:58:43 PDT 2007 Kenn Knowles * Replaced $/src/hatlib with $/src/lib in install script The incorrect path caused a check in the install script to always fail, hence Hat would never install properly. M ./script/confhat -11 +14 From ndmitchell at gmail.com Thu Jul 5 15:10:19 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Thu Jul 5 15:04:07 2007 Subject: [cvs-nhc98] patch applied (yhc): Fix a boolean typo in the Invariant code Message-ID: <20070705191019.GA11331@cvs.haskell.org> Thu Jul 5 12:07:48 PDT 2007 Neil Mitchell * Fix a boolean typo in the Invariant code M ./src/libraries/core/Yhc/Core/Invariant.hs -1 +1 From ndmitchell at gmail.com Thu Jul 5 18:46:30 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Thu Jul 5 18:40:19 2007 Subject: [cvs-nhc98] patch applied (yhc): If a CoreVar starts with a space, do not treat it as an operator - allows writing out direct Haskell Message-ID: <20070705224630.GA16475@cvs.haskell.org> Thu Jul 5 15:42:33 PDT 2007 Neil Mitchell * If a CoreVar starts with a space, do not treat it as an operator - allows writing out direct Haskell M ./src/libraries/core/Yhc/Core/Show.hs -1 +1 From ndmitchell at gmail.com Fri Jul 6 10:27:05 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Fri Jul 6 10:20:54 2007 Subject: [cvs-nhc98] patch applied (yhc): Do not crash if there are no constructors in a case Message-ID: <20070706142705.GA13184@cvs.haskell.org> Fri Jul 6 07:25:31 PDT 2007 Neil Mitchell * Do not crash if there are no constructors in a case M ./src/libraries/core/Yhc/Core/Invariant.hs -1 +1 From ndmitchell at gmail.com Sun Jul 8 19:55:59 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Sun Jul 8 19:49:36 2007 Subject: [cvs-nhc98] patch applied (yhc): Add fromCoreLet to Yhc.Core.Type Message-ID: <20070708235559.GA20467@cvs.haskell.org> Sun Jul 8 16:52:14 PDT 2007 Neil Mitchell * Add fromCoreLet to Yhc.Core.Type M ./src/libraries/core/Yhc/Core/Type.hs +4 From ndmitchell at gmail.com Sun Jul 8 19:56:00 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Sun Jul 8 19:49:39 2007 Subject: [cvs-nhc98] patch applied (yhc): Fix a rather serious uniqueVarsFunc bug, if the generated names clashed twice, then they weren't rewritten Message-ID: <20070708235600.GA20487@cvs.haskell.org> Sun Jul 8 16:52:30 PDT 2007 Neil Mitchell * Fix a rather serious uniqueVarsFunc bug, if the generated names clashed twice, then they weren't rewritten M ./src/libraries/core/Yhc/Core/FreeVar3.hs -34 +35 From ndmitchell at gmail.com Mon Jul 9 11:23:43 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 9 11:17:18 2007 Subject: [cvs-nhc98] patch applied (yhc): Optimise the words function, avoid a redundant isSpace test Message-ID: <20070709152343.GA11309@cvs.haskell.org> Mon Jul 9 08:20:55 PDT 2007 Neil Mitchell * Optimise the words function, avoid a redundant isSpace test M ./src/packages/yhc-base-1.0/Prelude.hs -2 +2 From ndmitchell at gmail.com Mon Jul 9 18:28:18 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 9 18:21:53 2007 Subject: [cvs-nhc98] patch applied (yhc): Optimise the implementation of words further, have no extra space test after a break Message-ID: <20070709222818.GA21888@cvs.haskell.org> Mon Jul 9 15:01:14 PDT 2007 Neil Mitchell * Optimise the implementation of words further, have no extra space test after a break M ./src/packages/yhc-base-1.0/Prelude.hs -3 +8 From ndmitchell at gmail.com Mon Jul 9 18:28:20 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 9 18:21:55 2007 Subject: [cvs-nhc98] patch applied (yhc): Remove a premature optimisation in length, was unrolled one level (if we want extra optimisation, look at last!) Message-ID: <20070709222820.GA21908@cvs.haskell.org> Mon Jul 9 15:23:45 PDT 2007 Neil Mitchell * Remove a premature optimisation in length, was unrolled one level (if we want extra optimisation, look at last!) M ./src/packages/yhc-base-1.0/Prelude.hs -2 +1 From ndmitchell at gmail.com Mon Jul 9 19:19:23 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 9 19:12:59 2007 Subject: [cvs-nhc98] patch applied (yhc): Optimise drop1 slightly further Message-ID: <20070709231923.GA23336@cvs.haskell.org> Mon Jul 9 16:05:00 PDT 2007 Neil Mitchell * Optimise drop1 slightly further M ./src/packages/yhc-base-1.0/Prelude.hs -2 +2 From ndmitchell at gmail.com Mon Jul 9 19:19:24 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 9 19:13:02 2007 Subject: [cvs-nhc98] patch applied (yhc): Add isCoreInt and isCoreConstSmall - we should really move to defining these all with Data.Derive to have 100% completeness Message-ID: <20070709231924.GA23356@cvs.haskell.org> Mon Jul 9 16:15:17 PDT 2007 Neil Mitchell * Add isCoreInt and isCoreConstSmall - we should really move to defining these all with Data.Derive to have 100% completeness M ./src/libraries/core/Yhc/Core/Type.hs -1 +10 From ndmitchell at gmail.com Mon Jul 9 19:19:25 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 9 19:13:02 2007 Subject: [cvs-nhc98] patch applied (yhc): Inline lets which are small constants (Chr, Int) Message-ID: <20070709231925.GA23370@cvs.haskell.org> Mon Jul 9 16:16:05 PDT 2007 Neil Mitchell * Inline lets which are small constants (Chr,Int) M ./src/libraries/core/Yhc/Core/Simplify.hs -1 +1 From ndmitchell at gmail.com Tue Jul 10 10:32:42 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Tue Jul 10 10:26:15 2007 Subject: [cvs-nhc98] patch applied (yhc): Make read a bit simpler, by not introducing a dependency on lex Message-ID: <20070710143242.GA12494@cvs.haskell.org> Tue Jul 10 07:31:44 PDT 2007 Neil Mitchell * Make read a bit simpler, by not introducing a dependency on lex M ./src/packages/yhc-base-1.0/Prelude.hs -1 +1 From ndmitchell at gmail.com Wed Jul 11 22:15:27 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Wed Jul 11 22:08:53 2007 Subject: [cvs-nhc98] patch applied (yhc): Benign patch to test pushing through firewall Message-ID: <20070712021527.GA6638@cvs.haskell.org> Wed Jul 11 21:23:13 PDT 2007 golubovsky@gmail.com * Benign patch to test pushing through firewall M ./src/translator/js/test/Test1.hs +2 From ndmitchell at gmail.com Wed Jul 11 22:31:42 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Wed Jul 11 22:25:08 2007 Subject: [cvs-nhc98] patch applied (yhc): Another benign patch via firewall Message-ID: <20070712023142.GA7171@cvs.haskell.org> Wed Jul 11 22:31:36 PDT 2007 golubovsky@gmail.com * Another benign patch via firewall M ./src/translator/js/test/Test1.hs +2 From Malcolm.Wallace at cs.york.ac.uk Thu Jul 12 12:08:05 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Thu Jul 12 12:01:31 2007 Subject: [cvs-nhc98] patch applied (nhc98): some refactoring, towards exporting a library interface Message-ID: <20070712160805.GA15117@cvs.haskell.org> Thu Jul 12 06:53:08 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * some refactoring, towards exporting a library interface M ./src/libraries/cabal-parse.hs -11 +23 From Malcolm.Wallace at cs.york.ac.uk Thu Jul 12 12:08:06 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Thu Jul 12 12:01:33 2007 Subject: [cvs-nhc98] patch applied (nhc98): Move the guts of cabal-parse into a re-usable library module. Message-ID: <20070712160806.GA15137@cvs.haskell.org> Thu Jul 12 07:19:15 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * Move the guts of cabal-parse into a re-usable library module. ./src/libraries/cabal-parse.hs -> ./src/libraries/CabalParse.hs M ./src/libraries/CabalParse.hs -26 +1 From Malcolm.Wallace at cs.york.ac.uk Thu Jul 12 12:08:08 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Thu Jul 12 12:01:34 2007 Subject: [cvs-nhc98] patch applied (nhc98): strip down cabal-parse to use the new CabalParse library module. Message-ID: <20070712160808.GA15151@cvs.haskell.org> Thu Jul 12 07:20:31 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * strip down cabal-parse to use the new CabalParse library module. A ./src/libraries/cabal-parse.hs From Malcolm.Wallace at cs.york.ac.uk Thu Jul 12 12:08:09 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Thu Jul 12 12:01:36 2007 Subject: [cvs-nhc98] patch applied (nhc98): A very feature-poor initial version of nhc98-pkg utility. Message-ID: <20070712160809.GA15165@cvs.haskell.org> Thu Jul 12 08:58:53 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * A very feature-poor initial version of nhc98-pkg utility. So far, the only thing it can do is to determine the full and ordered set of dependencies for a given package. It reads .cabal files, taking the transitive closure of "depends:" and "build-depends:" fields. A ./src/libraries/nhc98-pkg.hs From Malcolm.Wallace at cs.york.ac.uk Thu Jul 12 12:08:11 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Thu Jul 12 12:01:37 2007 Subject: [cvs-nhc98] patch applied (nhc98): plumb new pieces of cabal-parse into the build system Message-ID: <20070712160811.GA15179@cvs.haskell.org> Thu Jul 12 09:06:19 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * plumb new pieces of cabal-parse into the build system M ./Makefile -2 +4 From Malcolm.Wallace at cs.york.ac.uk Fri Jul 13 11:55:45 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Fri Jul 13 11:49:07 2007 Subject: [cvs-nhc98] patch applied (nhc98): the new rule to build cabal-parse was incorrect. Message-ID: <20070713155545.GA13971@cvs.haskell.org> Fri Jul 13 02:32:20 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * the new rule to build cabal-parse was incorrect. M ./Makefile -2 +3 From Malcolm.Wallace at cs.york.ac.uk Fri Jul 13 11:55:47 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Fri Jul 13 11:49:09 2007 Subject: [cvs-nhc98] patch applied (nhc98): copy .cabal files to a central location Message-ID: <20070713155547.GA13991@cvs.haskell.org> Fri Jul 13 07:20:57 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * copy .cabal files to a central location M ./configure -4 +8 M ./src/libraries/Makefile.cabal -2 +4 M ./src/libraries/Makefile.common -2 +8 From Malcolm.Wallace at cs.york.ac.uk Fri Jul 13 11:55:48 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Fri Jul 13 11:49:12 2007 Subject: [cvs-nhc98] patch applied (nhc98): accept multiple package names on command-line Message-ID: <20070713155548.GA14006@cvs.haskell.org> Fri Jul 13 07:43:04 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * accept multiple package names on command-line M ./src/libraries/nhc98-pkg.hs -12 +14 From Malcolm.Wallace at cs.york.ac.uk Fri Jul 13 11:55:49 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Fri Jul 13 11:49:13 2007 Subject: [cvs-nhc98] patch applied (nhc98): plumb new nhc98-pkg into nhc98 script etc Message-ID: <20070713155549.GA14020@cvs.haskell.org> Fri Jul 13 08:53:23 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * plumb new nhc98-pkg into nhc98 script etc M ./Makefile -2 +5 M ./script/nhc98.inst -14 +18 From Malcolm.Wallace at cs.york.ac.uk Fri Jul 13 11:55:51 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Fri Jul 13 11:49:14 2007 Subject: [cvs-nhc98] patch applied (nhc98): remove need for -cpp in this file Message-ID: <20070713155551.GA14036@cvs.haskell.org> Fri Jul 13 08:54:45 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * remove need for -cpp in this file M ./src/prelude/IO/HPutStr.hs -5 +2 From Malcolm.Wallace at cs.york.ac.uk Mon Jul 16 12:58:35 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Mon Jul 16 12:51:46 2007 Subject: [cvs-nhc98] patch applied (nhc98): subtle potential renaming of .cabal files once installed Message-ID: <20070716165835.GA20148@cvs.haskell.org> Mon Jul 16 09:57:47 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * subtle potential renaming of .cabal files once installed M ./src/libraries/Makefile.cabal -1 +1 From ndmitchell at gmail.com Fri Jul 20 23:23:36 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Fri Jul 20 23:16:34 2007 Subject: [cvs-nhc98] patch applied (yhc): Added some temp code to traceback the configure exception in Python code Message-ID: <20070721032336.GA16427@cvs.haskell.org> Fri Jul 20 20:20:57 PDT 2007 golubovsky@gmail.com * Added some temp code to traceback the configure exception in Python code M ./build/configure.py -1 +8 From ndmitchell at gmail.com Sat Jul 21 12:53:13 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Sat Jul 21 12:46:08 2007 Subject: [cvs-nhc98] patch applied (yhc): Make installer not fail when yhi was not built Message-ID: <20070721165313.GA11947@cvs.haskell.org> Sat Jul 21 09:53:24 PDT 2007 golubovsky@gmail.com * Make installer not fail when yhi was not built M ./Sconstruct -2 +4 M ./src/translator/js/Makefile -2 +2 From ndmitchell at gmail.com Mon Jul 23 05:11:47 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 23 05:04:39 2007 Subject: [cvs-nhc98] patch applied (yhc): Change the uniplate instance for CoreLet to return the items in the correct order Message-ID: <20070723091147.GA6522@cvs.haskell.org> Mon Jul 23 02:06:52 PDT 2007 Neil Mitchell * Change the uniplate instance for CoreLet to return the items in the correct order M ./src/libraries/core/Yhc/Core/Uniplate.hs -2 +2 From ndmitchell at gmail.com Mon Jul 30 11:09:08 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Mon Jul 30 11:01:34 2007 Subject: [cvs-nhc98] patch applied (yhc): Add conf.Finish() call around gmp_configure, this may fix the "Dimitry and Thorkil can't build" bug, thanks to kpreid Message-ID: <20070730150908.GA15839@cvs.haskell.org> Mon Jul 30 08:07:36 PDT 2007 Neil Mitchell * Add conf.Finish() call around gmp_configure, this may fix the "Dimitry and Thorkil can't build" bug, thanks to kpreid M ./build/configure.py +1 From ndmitchell at gmail.com Tue Jul 31 07:19:52 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Tue Jul 31 07:12:16 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): Fix a bug, if no options were given then a crash resulted, changed /= 1 to > 1 Message-ID: <20070731111952.GA22412@cvs.haskell.org> Tue Jul 31 04:15:54 PDT 2007 Neil Mitchell * Fix a bug, if no options were given then a crash resulted, changed /= 1 to > 1 M ./Flags.hs -1 +1