Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / typecheck / TcForeign.lhs
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-17 Twan van LaarhovenMonadify typecheck/TcForeign: use do, return and standa...
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-28 Simon MarlowFIX #1533: foreign exporing the same identifier multipl...
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-04 simonpj@microsoft.comRemove ILX from the GHC altogether (although I left...
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-08-09 Simon MarlowRemove old FFI syntax
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-07 Simon MarlowReorganisation of the source tree