summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer builtin commands to macros in GHCi command resolution (#3858)Max Bolingbroke2011-04-021-1/+4
* Improve GHCi line numbers in errorsIan Lynagh2011-02-271-6/+9
* :script file scripts in GHCi #1363Vivian McPhail2011-02-262-8/+54
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-44/+1
* Fix ghci in stage3Ian Lynagh2011-01-231-5/+1
* Manually control more of the Cabal flags for the compiler and ghc packagesIan Lynagh2011-01-212-0/+10
* Remove some hardcoded makefile settingsIan Lynagh2011-01-212-19/+2
* Add NondecreasingIndentation extension to ghc-binIan Lynagh2011-01-171-0/+2
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-161-5/+0
* Remove some flags that are redundant now GHC gets configured by CabalIan Lynagh2011-01-161-10/+0
* Change some HC_OPTS var handlingIan Lynagh2011-01-161-19/+21
* Remove some unnecessary workaroundsIan Lynagh2011-01-161-9/+0
* Build system improvementsIan Lynagh2011-01-152-15/+9
* Remove redundant importIan Lynagh2011-01-081-1/+0
* Improve error message of :set in ghci (ticket #4190).Michal Terepeta2010-11-301-1/+3
* fix up multi-line GHCi patch (#4316)Simon Marlow2011-01-051-5/+5
* multiline commands in GHCi #4316Vivian McPhail2010-11-052-10/+74
* Comments onlysimonpj@microsoft.com2010-12-241-1/+2
* add 'make re2' for rebuilding stage2 (similarly re1 and re3)Simon Marlow2010-12-211-0/+14
* Replace uses of the old try function with the new oneIan Lynagh2010-12-182-11/+12
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-2/+2
* Create ~/.ghc/ if it doesn't already exist; fixes trac #4522Ian Lynagh2010-12-181-5/+7
* Remove more dead code now we require GHC >= 6.12Ian Lynagh2010-12-152-12/+2
* fix warningsSimon Marlow2010-12-091-1/+4
* :unset settings supportBoris Lykah2010-11-231-20/+35
* Close .ghci files after reading them; fixes trac #4487Ian Lynagh2010-12-051-1/+3
* Remove references to Haskell 98Ian Lynagh2010-11-231-1/+1
* Fix bug #3165 (:history throws irrefutable pattern failed)pepeiborra@gmail.com2010-11-151-2/+2
* Remove no-longer-necessary withFlattenedDynflagsIan Lynagh2010-11-031-23/+11
* Use liftIO rather than ioIan Lynagh2010-11-032-90/+86
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-273-41/+26
* Remove the need to explicitly flatten the dynflagsIan Lynagh2010-10-231-1/+1
* Replace an outputStr with putStrLn calls; fixes #4332Ian Lynagh2010-10-031-1/+2
* Don't show the loaded packages in ":show packages"; fixes #4300Ian Lynagh2010-09-301-5/+0
* use putStrLn instead of Haskeline's outputStrLnSimon Marlow2010-09-241-9/+9
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-181-1/+1
* Bump dependenciesIan Lynagh2010-09-171-1/+1
* Fix warningsIan Lynagh2010-09-091-1/+2
* Remove context completionlykahb@gmail.com2010-09-011-1/+19
* Disambiguate a function nameIan Lynagh2010-08-281-1/+1
* Pass more -pgm flags in the ghc wrapper; fixes #3863Ian Lynagh2010-08-271-1/+1
* Refactor the command-line argument parsing (again)simonpj@microsoft.com2010-08-161-23/+4
* Do the dependency-omitting for 'make 1' in a slightly different waySimon Marlow2010-08-101-3/+4
* Flatten flags for ghci's :showIan Lynagh2010-07-251-1/+1
* Add support for Haskell98 and Haskell2010 "languages"Ian Lynagh2010-07-241-1/+1
* Rename "language" varibles etc to "extension", and add --supported-extensionsIan Lynagh2010-07-242-16/+18
* Separate language option handling into 2 phasesIan Lynagh2010-07-242-15/+35
* Separate the language flags from the other DynFlag'sIan Lynagh2010-07-241-3/+1
* Use gcc to build C programs for stages >= 1Ian Lynagh2010-07-161-1/+1
* adapt to the new async exceptions APISimon Marlow2010-07-091-3/+12