summaryrefslogtreecommitdiff
path: root/ghc/compiler/utils/BitSet.lhs
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-071-205/+0
| | | | | | | | | | | | | | | Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.
* [project @ 2002-08-29 15:44:11 by simonmar]simonmar2002-08-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Housekeeping: - The main goal is to remove dependencies on hslibs for a bootstrapped compiler, leaving only a requirement that the packages base, haskell98 and readline are built in stage 1 in order to bootstrap. We're almost there: Posix is still required for signal handling, but all other dependencies on hslibs are now gone. Uses of Addr and ByteArray/MutableByteArray array are all gone from the compiler. PrimPacked defines the Ptr type for GHC 4.08 (which didn't have it), and it defines simple BA and MBA types to replace uses of ByteArray and MutableByteArray respectively. - Clean up import lists. HsVersions.h now defines macros for some modules which have moved between GHC versions. eg. one now imports 'GLAEXTS' to get at unboxed types and primops in the compiler. Many import lists have been sorted as per the recommendations in the new style guidelines in the commentary. I've built the compiler with GHC 4.08.2, 5.00.2, 5.02.3, 5.04 and itself, and everything still works here. Doubtless I've got something wrong, though.
* [project @ 2001-12-11 12:21:06 by simonmar]simonmar2001-12-111-0/+8
| | | | | Make this module compile with the recent changes to the names of the shift primops.
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-2/+6
| | | | Move 4.01 onto the main trunk.
* [project @ 1998-01-12 14:44:37 by simonm]simonm1998-01-121-2/+0
| | | | remove more version cruft.
* [project @ 1997-08-25 22:25:50 by sof]sof1997-08-251-6/+3
| | | | Removed use of COMPILING_GHC
* [project @ 1997-05-18 04:58:52 by sof]sof1997-05-181-0/+3
| | | | Made 2.0x bootable
* [project @ 1996-04-05 08:26:04 by partain]partain1996-04-051-20/+20
| | | | Add SLPJ/WDP 1.3 changes through 960404
* [project @ 1996-03-19 08:58:34 by partain]partain1996-03-191-19/+15
| | | | simonpj/sansom/partain/dnt 1.3 compiler stuff through 96/03/18
* [project @ 1996-01-08 20:28:12 by partain]partain1996-01-081-0/+197
Initial revision