Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / utils / Maybes.lhs
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2009-07-23 simonpj@microsoft.comAdd fmapM_maybe :: Monad m => (a -> m b) -> Maybe a...
2008-11-10 Thomas SchillingDocumentation only.
2008-01-17 Twan van LaarhovenAdded MaybeT monad transformer to utils/Maybes
2008-01-17 Twan van LaarhovenRemoved unused Maybe functions, use the standard Maybe...
2008-01-13 Ian LynaghFix warnings in utils/Maybes
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...
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-10-11 Simon MarlowModule header tidyup #2
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-07 Simon MarlowReorganisation of the source tree