Convert more UniqFM's back to LazyUniqFM's
[ghc-hetmet.git] / compiler / ghci / Linker.lhs
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-12 Ian LynaghUse System.FilePath
2007-12-17 Ian LynaghInclude ~/Library/Frameworks in the framework searchpath
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-21 Clemens FruhwirthLinker.lhs to prefer DSO when it's build as dynamic...
2007-07-12 Pepe IborraTeach :print to not panic when the DataCon for a closur...
2007-06-25 Simon MarlowwithExtendedLinkerState: don't revert the whole state
2007-06-12 Simon Marlowfix compile error in the !GHCI_TABLES_NEXT_TO_CODE...
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-09 Simon MarlowFix a missing prime spotted by -fwarn-unused-binds
2007-04-25 Simon Marlowunused import
2007-04-18 Simon MarlowRestore the interactive context when resuming a breakpoint
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-15 Pepe IborraFixed a bug in the datacon names extension in the dynam...
2007-01-30 Simon MarlowFix for #936
2006-12-20 Pepe IborraFix import lists
2006-12-18 Pepe IborraReplace association list in AddressEnv for a FiniteMap
2006-12-11 Pepe IborraFix an issue with lazyness in the closure viewer
2006-12-10 Pepe IborraPlaying with closures
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-09-19 Simon Marlowremove old comment
2006-09-19 Simon Marlowunused import
2006-07-26 Simon Marlowfix parse error (merge-o, I think)
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-21 Simon MarlowAllow Template Haskell to be used with -prof
2006-04-18 LemmihFix minor bug in Linker.withExtendedLinkEnv
2006-04-07 Simon MarlowReorganisation of the source tree