Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ghc-package eclass to make it work with >=dev-lang/ghc-6.10, and | Lennart Kolmodin | 2009-03-23 | 1 | -11/+45 |
| | | | | ghc-reregistering to work with paludis. | ||||
* | whitespace | Sven Wegener | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | Update ghc eclass for new ghc-6.8 quirk | Duncan Coutts | 2007-12-13 | 1 | -2/+2 |
| | |||||
* | Fix use of $(which ghc) for $(type -P ghc) that somehow crept back in. | Duncan Coutts | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Updates to ghc and cabal eclasses to go with ghc-6.6.x upgrade. | Duncan Coutts | 2007-07-25 | 1 | -8/+42 |
| | |||||
* | replaced "which" by "type -P" | Andres Loeh | 2007-03-13 | 1 | -3/+3 |
| | |||||
* | Add place holder for virtual/ghc sanity check | Lennart Kolmodin | 2007-03-11 | 1 | -2/+8 |
| | |||||
* | Use best_version with a fully qualified package name, fixing bug #147685. | Andres Loeh | 2006-10-04 | 1 | -2/+2 |
| | |||||
* | The change about how we pick a version of cabal to use as described in the | Duncan Coutts | 2006-08-02 | 1 | -12/+7 |
| | | | | previous commit. (Oops, committed in two bits, never mind) | ||||
* | Ask portage rather than ghc-pkg about which version of cabal to use. | Duncan Coutts | 2006-08-02 | 1 | -3/+3 |
| | | | | | | | | | | This way we build packages using version of cabal from portage that we tested rather than a version that the user installed. This is important as many packages are sensitive to changes in the Cabal API. Make ghc-getghc and ghc-getghcpkg functions return absolute paths and fix up one place in the haskell-cabal eclass where this had a knock-on effect this should fix bug #140589 | ||||
* | Note that the ghc-package eclass is maintaind by the Haskell herd. | Duncan Coutts | 2006-06-15 | 1 | -1/+2 |
| | |||||
* | Simplify the way we find the ghc version. | Duncan Coutts | 2006-03-01 | 1 | -2/+2 |
| | | | | Just use --numeric-version rather than --version | sed '...' | ||||
* | more correct code to unregister ghc packages, preparation for ↵ | Andres Loeh | 2005-09-13 | 1 | -50/+123 |
| | | | | haskell-cabal.eclass, better quoting of variables | ||||
* | QA: Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2005-07-11 | 1 | -2/+2 |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |
| | |||||
* | be less forgiving about a package registration failure | Andres Loeh | 2005-05-11 | 1 | -2/+2 |
| | |||||
* | ghc-6.4 compatibility changes | Duncan Coutts | 2005-05-08 | 1 | -10/+8 |
| | |||||
* | Added new ghc-fixlibpath eclass | Luis Francisco Araujo | 2005-04-08 | 1 | -1/+10 |
| | |||||
* | Beautification of eclass output. | Andres Loeh | 2005-04-07 | 1 | -8/+10 |
| | |||||
* | make ghc-package work correctly with ebuilds that don't add own packages | Andres Loeh | 2005-03-23 | 1 | -11/+16 |
| | | | | give ghc binary distributions in /opt/ghc/bin higher priority than /usr/local | ||||
* | * ghc-package eclass is now compatible with ghc-6.4 | Andres Loeh | 2005-03-18 | 1 | -7/+37 |
| | |||||
* | * check for existence of configuration directory prior to doing | Andres Loeh | 2004-11-24 | 1 | -7/+9 |
| | | | | anything in ghc-reregister function | ||||
* | * added missing flag in ghc-makeghcilib function | Andres Loeh | 2004-11-04 | 1 | -2/+2 |
| | |||||
* | * added a ghc-makeghclib function, and generalized ghc-setup-pkg | Andres Loeh | 2004-11-04 | 1 | -6/+25 |
| | |||||
* | * removed --auto-ghci-libs flag because it produces orphaned files in | Andres Loeh | 2004-11-03 | 1 | -2/+2 |
| | | | | the portage tree | ||||
* | * new eclass for GHC packages | Andres Loeh | 2004-11-03 | 1 | -0/+135 |