Re: Test Suite's Dependency on Quickcheck

2006-09-13 Thread Brian Smith
After further review, I can see that the test suite also requires 'network,' 'html,' and 'mtl' for all the tests to pass.Maybe we need to separate the packages into three groups: core, tests, and extras, where all the packages required by the test suite would get put into the tests group? Besides

compiler-independent core libraries infrastructure

2006-09-13 Thread Bulat Ziganshin
(i crosspost my letter into main haskell list because i hope that proposed solution is of great interest for (discussion with) many developers) Hello Ian, Friday, September 8, 2006, 5:52:57 AM, you wrote: and last question - i don't like inclusion of unix and win32 in a list of core libs.

Re[2]: Test Suite's Dependency on Quickcheck

2006-09-13 Thread Bulat Ziganshin
Hello Brian, Wednesday, September 13, 2006, 10:17:10 AM, you wrote: Maybe we need to separate the packages into three groups: core, tests, and extras, where all the packages required by the test suite would get put into the tests group? or core, ghc-for-ghc and don't-matter? :) -- Best

Help with unregisterised build

2006-09-13 Thread Jeremy Wazny
Hello GHC users, I've attempted to build an installation of GHC which uses unregisterised libraries, but have not had much success. I am new to GHC's build system and would be grateful for some advice. I'm trying to build the 6.4.2 source distribution on an x86 linux machine, using GHC 6.4.2

Re: Test Suite's Dependency on Quickcheck

2006-09-13 Thread Duncan Coutts
On Wed, 2006-09-13 at 01:17 -0500, Brian Smith wrote: After further review, I can see that the test suite also requires 'network,' 'html,' and 'mtl' for all the tests to pass. Maybe we need to separate the packages into three groups: core, tests, and extras, where all the packages required