summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
Commit message (Expand)AuthorAgeFilesLines
* Make GHC `time-1.5`-readyHerbert Valerio Riedel2014-09-101-1/+1
* Kill obsolete pre GHC 7.6 bootstrapping supportHerbert Valerio Riedel2014-09-101-3/+0
* PostTcType replaced with TypeAnnotAlan Zimmerman2014-09-061-0/+1
* Drop ghc library dep on CabalDuncan Coutts2014-08-291-1/+0
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-2/+2
* Make 'ghc' a wired in package.Edward Z. Yang2014-07-211-0/+7
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-10/+31
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-141-6/+4
* Remove external coreAustin Seipp2014-05-031-6/+0
* Major Call Arity reworkJoachim Breitner2014-03-051-0/+1
* Implement CallArity analysisJoachim Breitner2014-02-101-0/+1
* Nuke dead codeJan Stolarek2014-02-011-1/+0
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-0/+3
* Tidy up the error messages we get from TH in stage1 (Trac #8312)Simon Peyton Jones2013-11-061-1/+1
* Relax build-deps to allow upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-111-1/+1
* Move renamer splice functionality into a separate module.Geoffrey Mainland2013-10-041-0/+1
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-221-0/+2
* Restore old names of comparison primopsJan Stolarek2013-09-181-0/+2
* Trailing whitespacesJan Stolarek2013-09-181-1/+0
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-181-0/+1
* Add support for evaluation of type-level natural numbers.Iavor S. Diatchki2013-09-121-0/+1
* Remove unused moduleJan Stolarek2013-08-201-1/+0
* Rework LLVM metadata representation to be more accurate.David Terei2013-06-271-0/+1
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-171-0/+1
* Propagate ffi includes to compiler/ghci/LibFFI.hsc (Fixes #7686)Peter Trommler2013-04-071-1/+1
* Split off a InteractiveEvalTypes module to remove an import loopIan Lynagh2013-04-061-0/+1
* ticky enhancementsNicolas Frisby2013-03-291-0/+1
* Split the PlatformConstants type off into its own moduleIan Lynagh2013-02-081-0/+1
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-1/+0
* Merge remote branch 'origin/master'Simon Peyton Jones2013-01-081-1/+2
|\
| * Ship transformers with GHCIan Lynagh2013-01-021-1/+2
* | Re-engineer the ambiguity test for user type signaturesSimon Peyton Jones2013-01-081-0/+1
|/
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-0/+1
* Don't define DYNAMIC when compiling the dyn wayIan Lynagh2012-12-051-8/+2
* Update dependenciesIan Lynagh2012-11-301-1/+1
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-5/+0
* Remove the old codegenSimon Marlow2012-10-191-19/+3
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-1/+1
* Remove some old-codegen cruftSimon Marlow2012-09-251-2/+0
* Remove some CPPIan Lynagh2012-09-101-0/+1
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-281-1/+0
* Move activeStgRegs into CodeGen.PlatformIan Lynagh2012-08-211-1/+1
* Fix the generation of CallerSaves; fixes #7163Ian Lynagh2012-08-211-1/+8
* Define callerSaves for all platformsIan Lynagh2012-08-071-0/+1
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-1/+0
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-191-0/+1
|\
| * Move sinking into a separate module, and add a simple inlining passSimon Marlow2012-07-171-0/+1
* | Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-1/+1
|/
* Remove "fuel", adapt to Hoopl changes, fix warningsSimon Marlow2012-07-051-1/+0