Remove the (very) old strictness analyser
[ghc-hetmet.git] / compiler / ghc.cabal.in
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-06 Ben.Lippmeier@anu... Add missing CgExtCode to ghc.cabal.in
2009-09-20 Ian LynaghUpdate dependencies
2009-09-11 Simon MarlowRemove the old package.conf parser, use read instead...
2009-09-10 Simon MarlowChange the representation of the package database
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-11 Ian LynaghFix "Cabal check" warnings
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-07 Simon Marlowremove tabs
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: Base freeRegs on includes/MachRegs.h again
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Split out sanity checking into its own module
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Split up into chunks, and fix warnings.
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Reorganise Reg and RegInfo
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ghc-6.6
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-05 Ben.Lippmeier@anu... NCG: Split PprMach into arch specific modules
2009-02-13 Ian LynaghPut RelaxedPolyRec in the cabal file rather than a...
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules
2009-02-04 Ben.Lippmeier@anu... NCG: Move RegLiveness -> RegAlloc.Liveness
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-04 Ben.Lippmeier@anu... NCG: Split MachRegs.hs into arch specific modules
2009-02-03 Ben.Lippmeier@anu... NCG: Split MachInstrs into arch specific modules
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Update cabal file
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-08 Ian LynaghRemove the GHC 6.4 unicode compat stuff; we can now...
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-13 Ian LynaghFill out the ghc package's cabal file
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-09-20 Ian LynaghUpdate dependencies
2008-09-18 Ian LynaghGenerate ghc.cabal and ghc-bin.cabal with configure