summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the way we find the ghc version.Duncan Coutts2006-03-011-2/+2
| | | | Just use --numeric-version rather than --version | sed '...'
* more correct code to unregister ghc packages, preparation for ↵Andres Loeh2005-09-131-50/+123
| | | | haskell-cabal.eclass, better quoting of variables
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-2/+2
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* be less forgiving about a package registration failureAndres Loeh2005-05-111-2/+2
|
* ghc-6.4 compatibility changesDuncan Coutts2005-05-081-10/+8
|
* Added new ghc-fixlibpath eclassLuis Francisco Araujo2005-04-081-1/+10
|
* Beautification of eclass output.Andres Loeh2005-04-071-8/+10
|
* make ghc-package work correctly with ebuilds that don't add own packagesAndres Loeh2005-03-231-11/+16
| | | | give ghc binary distributions in /opt/ghc/bin higher priority than /usr/local
* * ghc-package eclass is now compatible with ghc-6.4Andres Loeh2005-03-181-7/+37
|
* * check for existence of configuration directory prior to doingAndres Loeh2004-11-241-7/+9
| | | | anything in ghc-reregister function
* * added missing flag in ghc-makeghcilib functionAndres Loeh2004-11-041-2/+2
|
* * added a ghc-makeghclib function, and generalized ghc-setup-pkgAndres Loeh2004-11-041-6/+25
|
* * removed --auto-ghci-libs flag because it produces orphaned files inAndres Loeh2004-11-031-2/+2
| | | | the portage tree
* * new eclass for GHC packagesAndres Loeh2004-11-031-0/+135