summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the location of libffi.dll.aIan Lynagh2011-01-181-1/+1
* Update the generics docs; pointed out by Christian MaederIan Lynagh2011-01-171-8/+10
* ghc-cabal now adds the language flag being usedIan Lynagh2011-01-171-0/+1
* Reinstate the OS X flags in the LDFLAGS etc variablesIan Lynagh2011-01-171-9/+3
* Add NondecreasingIndentation extension to ghc-binIan Lynagh2011-01-171-0/+2
* Change an "if ... else return ()" into a "when"Ian Lynagh2011-01-171-3/+1
* Add NondecreasingIndentation to the list of extensions in ghc-pkgIan Lynagh2011-01-171-1/+1
* Add NondecreasingIndentation to the list of extensions in the ghc packageIan Lynagh2011-01-171-0/+2
* Fix deps on the ghc packageIan Lynagh2011-01-171-5/+8
* Tidy up gmp cleaningIan Lynagh2011-01-171-11/+2
* Remove redundant libraries/cabal-bin.hsIan Lynagh2011-01-162-63/+0
* Turn off dtrace unless you override USE_DTRACEIan Lynagh2011-01-162-3/+6
* Simplify a bit of makefileIan Lynagh2011-01-161-4/+2
* Tweak Windows phase orderingIan Lynagh2011-01-161-1/+1
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-163-5/+19
* It's not clear if LDFLAGS flags will be given to gcc or ld,Ian Lynagh2011-01-161-4/+14
* Fix cross-package dependency generation on WindowsIan Lynagh2011-01-161-1/+4
* Add some Windows-only CONFIGURE_PHASEsIan Lynagh2011-01-161-0/+4
* Simplify, and future-proof, a dependency in the build systemIan Lynagh2011-01-161-5/+1
* Remove an unnecessary phase, and some unnecessary depsIan Lynagh2011-01-162-49/+19
* We can now pass -include-pkg-deps to the bootstrapping compilerIan Lynagh2011-01-161-2/+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-163-24/+30
* Remove some unnecessary workaroundsIan Lynagh2011-01-161-9/+0
* Tidy up a bitIan Lynagh2011-01-161-178/+67
* Build system improvementsIan Lynagh2011-01-1514-163/+280
* Whitespace tweakIan Lynagh2011-01-151-1/+1
* Fix libffi build rulesIan Lynagh2011-01-151-1/+3
* Fix Trac #4874: specialisation of INLINABLE thingssimonpj@microsoft.com2011-01-141-20/+49
* Comments onlysimonpj@microsoft.com2011-01-141-4/+16
* Fix a buglet in postInlineUnconditionallysimonpj@microsoft.com2011-01-141-6/+21
* cope with empty libraries/stamp directory (in git repo)Simon Marlow2011-01-141-0/+3
* add .gitignoreSimon Marlow2011-01-141-0/+198
* Fix longstanding bug in C-- inlining for functions calls.Edward Z. Yang2011-01-131-1/+1
* fix for remote repos without -rSimon Marlow2011-01-131-13/+13
* add a version of packages that stores all the repos in gitSimon Marlow2011-01-131-0/+84
* add the -r flag from darcs-allSimon Marlow2011-01-131-42/+124
* Make Template Haskell classInstances function return [ClassInstance]simonpj@microsoft.com2011-01-131-3/+2
* Improve the finder's error messagessimonpj@microsoft.com2011-01-131-7/+28
* White space onlysimonpj@microsoft.com2011-01-132-1/+6
* Produce an error message, not a crash, for HsOpApp with non-var operatorsimonpj@microsoft.com2011-01-121-2/+6
* update to work with current packages file formatSimon Marlow2011-01-121-2/+4
* In configure, test that GHC generates code for the correct platform (#4819)Simon Marlow2011-01-071-0/+10
* Major refactoring of the type inference enginesimonpj@microsoft.com2011-01-1234-1987/+2128
* Fix installation on cygwinIan Lynagh2011-01-111-4/+4
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-1010-255/+255
* Move imports around (no change in behaviour)simonpj@microsoft.com2011-01-101-4/+4
* Make fuzzy matching a little less eager for short identifierssimonpj@microsoft.com2011-01-071-3/+12
* Fix Trac #4870: get the inlining for an imported INLINABLE Idsimonpj@microsoft.com2011-01-051-6/+7
* Rejig the includes/ installation rulesIan Lynagh2011-01-091-8/+12