summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
Commit message (Expand)AuthorAgeFilesLines
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-041-0/+1
* Remove cprAnalysis directory from hs-source-dirssimonpj@microsoft.com2009-11-201-1/+0
* Remove the (very) old strictness analysersimonpj@microsoft.com2009-11-191-5/+0
* Add missing CgExtCode to ghc.cabal.inBen.Lippmeier@anu.edu.au2009-11-061-0/+1
* Update dependenciesIan Lynagh2009-09-201-2/+2
* Remove the old package.conf parser, use read instead (fixed #3410)Simon Marlow2009-09-111-1/+0
* Change the representation of the package databaseSimon Marlow2009-09-101-0/+2
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-261-2/+0
* Fix "Cabal check" warningsIan Lynagh2009-08-111-1/+1
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* remove tabsSimon Marlow2009-07-071-2/+2
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-0/+1
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-291-12/+0
* GHC new build system megapatchIan Lynagh2009-04-261-1/+18
* SPARC NCG: Base freeRegs on includes/MachRegs.h againBen.Lippmeier@anu.edu.au2009-04-201-0/+1
* SPARC NCG: Split out sanity checking into its own moduleBen.Lippmeier@anu.edu.au2009-02-231-0/+1
* SPARC NCG: Split up into chunks, and fix warnings.Ben.Lippmeier@anu.edu.au2009-02-161-0/+6
* SPARC NCG: Reorganise Reg and RegInfoBen.Lippmeier@anu.edu.au2009-02-161-2/+6
* NCG: validate fixes for ghc-6.6Ben.Lippmeier@anu.edu.au2009-02-151-1/+0
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-8/+16
* NCG: Split PprMach into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-051-1/+6
* Put RelaxedPolyRec in the cabal file rather than a pragmaIan Lynagh2009-02-131-1/+1
* NCG: Split RegAllocInfo into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-041-1/+5
* NCG: Move RegLiveness -> RegAlloc.LivenessBen.Lippmeier@anu.edu.au2009-02-041-1/+1
* NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific namingBen.Lippmeier@anu.edu.au2009-02-041-7/+7
* NCG: Split MachRegs.hs into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-041-0/+5
* NCG: Split MachInstrs into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-031-0/+4
* NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au2009-02-031-9/+9
* SPARC NCG: Update cabal fileBen.Lippmeier@anu.edu.au2009-02-031-1/+10
* Rewrite CorePrep and improve eta expansionsimonpj@microsoft.com2009-01-131-0/+1
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-0/+2
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-1/+16
* Remove the GHC 6.4 unicode compat stuff; we can now just use Data.CharIan Lynagh2008-11-081-3/+0
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-0/+4
* Fill out the ghc package's cabal fileIan Lynagh2008-10-131-6/+10
* Use a proper exception for IOEnvFailure, not just a UserErrorIan Lynagh2008-10-031-1/+2
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-2/+3
* Update dependenciesIan Lynagh2008-09-201-2/+2
* Generate ghc.cabal and ghc-bin.cabal with configureIan Lynagh2008-09-181-0/+469