summaryrefslogtreecommitdiff
path: root/rts/HSprel.def
Commit message (Collapse)AuthorAgeFilesLines
* It doesn't look like HSprel.def is used any moreIan Lynagh2008-08-211-28/+0
|
* When raising NonTermination with the RTS, build the right valueIan Lynagh2008-06-211-1/+1
| | | | | | We now use a nonTermination value in the base library to take take of constructing the SomeException value, with the dictionaries etc, for us. We'll probably need to do the same for some other exceptions too
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+28
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.