summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary stg_noForceIO (#3508)Simon Marlow2010-09-244-30/+6
* Replace an outputStr with putStrLn calls; fixes #4332Ian Lynagh2010-10-031-1/+2
* make test and fulltest targets in the main Makefile; fixes #4297Ian Lynagh2010-09-302-2/+11
* Don't show the loaded packages in ":show packages"; fixes #4300Ian Lynagh2010-09-301-5/+0
* Handle EXTRA_LIBRARIES when building programsIan Lynagh2010-09-302-3/+3
* Fix the doc directory on WindowsIan Lynagh2010-09-291-1/+1
* Remove an unused import on WindowsIan Lynagh2010-09-291-3/+0
* Use showCommandForUser when showing tracing commandsIan Lynagh2010-09-281-2/+7
* Fix hsc2hs docs: 'gcc' is now the default compiler, not 'ghc'; fixes #4341Ian Lynagh2010-09-281-1/+1
* Use an empty signal handler for SIGPIPE instead of SIG_IGNSimon Marlow2010-09-251-1/+12
* Fix the TH depsIan Lynagh2010-09-251-1/+7
* Check inplace doesn't exist before we try to create itIan Lynagh2010-09-241-1/+1
* Fix an egregious bug: INLINE pragmas on monomorphic Ids were being ignoredsimonpj@microsoft.com2010-09-245-228/+133
* Eta expand only lambdas that bind a non-dictionary Idsimonpj@microsoft.com2010-09-241-52/+32
* Add a commentsimonpj@microsoft.com2010-09-241-0/+1
* Add a debug printsimonpj@microsoft.com2010-09-241-0/+1
* Just moving comments aroundsimonpj@microsoft.com2010-09-241-45/+76
* use putStrLn instead of Haskeline's outputStrLnSimon Marlow2010-09-241-9/+9
* Change "OPTIONS" to "OPTIONS_GHC" in error messages; fixes #4327Ian Lynagh2010-09-241-2/+2
* Add deps for TH uses in vectorIan Lynagh2010-09-231-0/+5
* Bump Cabal depIan Lynagh2010-09-231-1/+1
* Update Cabal's version numberIan Lynagh2010-09-231-1/+1
* Build primitive with stage2Ian Lynagh2010-09-231-1/+1
* Fix the Windows __chkstk build error (missing Linker symbol)Simon Marlow2010-09-241-10/+4
* emit a helpful error message for missing DPH packagesSimon Marlow2010-09-231-0/+9
* Fix computation of installed packagessimonpj@microsoft.com2010-09-243-23/+41
* Fix braino in WwLib/Literal patchsimonpj@microsoft.com2010-09-241-1/+1
* For now, switch off incomplete-pattern warnings in containerssimonpj@microsoft.com2010-09-231-0/+3
* Make -funfolding-dict-threshold work properlysimonpj@microsoft.com2010-09-232-1/+6
* Impredicative types is no longer deprecatedsimonpj@microsoft.com2010-09-231-2/+1
* Do not make FunctionalDependencies force MonoLocalBindssimonpj@microsoft.com2010-09-231-1/+0
* move CHECKED settings to the right placeSimon Marlow2010-09-231-15/+17
* turn off -Werror for primitive and vectorSimon Marlow2010-09-231-0/+6
* Add primitive and vector packages for DPH supportSimon Marlow2010-09-232-4/+5
* Refactoring and tidy up in the build systemSimon Marlow2010-09-235-129/+125
* Allow absent State# RealWorld argumentssimonpj@microsoft.com2010-09-231-1/+4
* Add notSCCNote, and use itsimonpj@microsoft.com2010-09-234-19/+20
* Remove use of lambda with a refutable patternsimonpj@microsoft.com2010-09-236-40/+41
* Avoid ASSERT black holesimonpj@microsoft.com2010-09-231-1/+5
* Rejig the absent-arg stuff for unlifted typessimonpj@microsoft.com2010-09-232-19/+52
* Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include la...simonpj@microsoft.com2010-09-224-54/+9
* Get rid of non-exhaustive lambdasimonpj@microsoft.com2010-09-221-2/+3
* Fix an ASSERT failure with profilingsimonpj@microsoft.com2010-09-226-75/+99
* Remove an out of date paragraph from the user guide; fixes #4331Ian Lynagh2010-09-221-4/+0
* Fix bindisttest when GhcProfiled = YESIan Lynagh2010-09-211-0/+2
* Fixes for when HADDOCK_DOCS=NOIan Lynagh2010-09-212-3/+10
* Bump version to 7.1Ian Lynagh2010-09-211-1/+1
* Don't use -march=i686 on powerpc-apple-darwinIan Lynagh2010-09-211-1/+1
* add a simple trace facility to the build systemSimon Marlow2010-09-2115-1/+37
* fix building with extra packages (packages were added to BUILD_DIRS twice)Simon Marlow2010-09-211-1/+17