summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Trac #2518: add hs-boot files as an infelictysimonpj@microsoft.com2008-08-191-1/+15
* use System.FilePath's isSearchPathSeparator instead of our ownSimon Marlow2008-08-181-12/+2
* FIX #2521: trailing colon in GHC_PACKAGE_PATHSimon Marlow2008-08-181-1/+21
* Test for and reject duplicate dependencies (#2330)Simon Marlow2008-08-181-7/+10
* When doing :l, abandon all breakpoints before we unload everythingIan Lynagh2008-08-161-0/+1
* Comment fixes; trac #2468Ian Lynagh2008-08-161-2/+2
* Stop dph/dph-{par,seq} reconfiguring themselves all the timeIan Lynagh2008-08-141-5/+3
* Follow changes in CabalIan Lynagh2008-08-134-4/+4
* When distcleaning in utils/, distclean (rather then merely clean) the utilsIan Lynagh2008-08-151-1/+7
* Only clean utils/pwd/pwd when distcleaning, not when cleaningIan Lynagh2008-08-121-1/+1
* In cabal.mk, clean is no longer identical to distcleanIan Lynagh2008-08-121-3/+6
* Improve -fwarn-orphans documentation (thanks to Tim)simonpj@microsoft.com2008-08-142-2/+9
* Fix #2441 (unregister/expose/hide packages in non-first package databases)Simon Marlow2008-08-141-36/+51
* add --no-user-package-confSimon Marlow2008-08-141-0/+6
* move INPLACE_DATA_DIR into mk/config.mk and share itSimon Marlow2008-08-133-4/+2
* FIX #1963: use Cabal's writeFileAtomic to write the new package.confSimon Marlow2008-08-131-35/+44
* FIX #2492: ghc-pkg insists on having HOME environment variable setSimon Marlow2008-08-131-9/+17
* FIX #2491 (ghc-pkg unregister should complain about breaking dependent packages)Simon Marlow2008-08-131-36/+47
* put back -fwarn-depcrecationsSimon Marlow2008-08-121-0/+1
* add special globbing file for Windows to ghc-pkg.cabaldias@eecs.harvard.edu2008-08-131-1/+2
* Improve error message for deprecated flags (Trac #2513)simonpj@microsoft.com2008-08-131-3/+5
* Improve docs for orphan decls (thanks Yitzchak Gale)simonpj@microsoft.com2008-08-131-3/+4
* fix cut-and-pastoSimon Marlow2008-08-111-1/+1
* build base3-compatSimon Marlow2008-08-115-8/+10
* Don't warn if 'import Prelude' doesn't import anythingSimon Marlow2008-08-051-1/+4
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-0513-51/+122
* Suppress uniques when (and only when) we have -dsuppress-uniquessimonpj@microsoft.com2008-08-121-2/+1
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-125-18/+18
* Fix Trac #2490: sections should be parenthesisedsimonpj@microsoft.com2008-08-122-21/+59
* Refactoring: define TcRnMonad.failWith and use it in the renamersimonpj@microsoft.com2008-08-123-11/+9
* Layout onlysimonpj@microsoft.com2008-08-121-1/+1
* Use dph-{seq|par} instead of dph_{seq|par}Roman Leshchinskiy2008-08-121-8/+8
* Simplify how we build dphIan Lynagh2008-08-091-15/+28
* Generalise libraries/Makefile.localIan Lynagh2008-08-092-1/+4
* The dph packages still contain warningsIan Lynagh2008-08-091-1/+1
* Print tidy rules in user style, to avoid gratuitous uniquessimonpj@microsoft.com2008-08-113-4/+8
* Export Depth (needed for mkUserStyle); collapse identical PrintUnqualified, Q...simonpj@microsoft.com2008-08-111-5/+3
* When suppressing uniques, don't print the separating underscoresimonpj@microsoft.com2008-08-111-3/+11
* Make -dsuppress-uniques apply regardless of -ppr-debugsimonpj@microsoft.com2008-08-111-1/+1
* Fix Trac #2367: selectors for GADTssimonpj@microsoft.com2008-08-112-30/+38
* Mostly fix Trac #2431: make empty case acceptable to (most of) GHCsimonpj@microsoft.com2008-08-114-11/+29
* Fix Trac #2412: type synonyms and hs-boot recursionsimonpj@microsoft.com2008-08-118-76/+110
* Fix Trac #2506: infix assertsimonpj@microsoft.com2008-08-111-26/+36
* Use do-notationsimonpj@microsoft.com2008-08-111-7/+8
* Fix Trac #2494: tcSimplifyRuleLhssimonpj@microsoft.com2008-08-111-10/+37
* Make comparison on equalities work right (ie look at the types)simonpj@microsoft.com2008-08-111-6/+8
* Minor refactoring; no functionality changesimonpj@microsoft.com2008-08-111-4/+8
* Fix Trac #2486: restore the specialiser to a working statesimonpj@microsoft.com2008-08-091-2/+2
* Remove a pointless use of $(HERE_ABS)/Ian Lynagh2008-08-101-1/+1
* Don't give the -d flag to rm; it goes wrong on WindowsIan Lynagh2008-08-101-1/+1