Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for parallel building (ghc-7.8+). Disable dynamic library ↵ | 2014-02-11 | 1 | -1/+9 | |
| | | | | stripping and respect --sysconfdir (Cabal-1.18+). | ||||
* | Add 'ghc-supports-interpreter' helper to detect interpreter support. | 2014-01-19 | 1 | -3/+10 | |
| | |||||
* | Added 'ghc-supports-smp' and 'ghc-supports-dynamic-by-default' helpers. ↵ | 2013-05-11 | 1 | -1/+16 | |
| | | | | Added hint for users to run 'haskell-updater' if configure phase failed. | ||||
* | Added 'ghc-supports-threaded-runtime' function. Removed implicit RDEPEND on ↵ | 2013-01-06 | 1 | -2/+10 | |
| | | | | 'ghc'. | ||||
* | Restore dynamic linking of Cabal's ./setup and add building of shared ↵ | 2012-11-16 | 1 | -2/+6 | |
| | | | | libraries for ghc-7.7+. | ||||
* | ghc-pkg --global-conf parameter is renamed to --global-package-db in ghc 7.6.1 | 2012-09-14 | 1 | -2/+6 | |
| | |||||
* | Remove outdated bits for <ghc-6.10 and <cabal-1.8. Switch from 'eerror' to ↵ | 2012-04-09 | 1 | -122/+26 | |
| | | | | 'eqawarn' as suggested by Paweł Hajdan, Jr. (http://www.gossamer-threads.com/lists/gentoo/dev/251259). Install empty '.conf' files for binaries to help 'haskell-updater' pick binaries built with onder haskell toolchain on ghc upgrade. | ||||
* | fix up copy & paste errors (same func/var name) | 2011-11-24 | 1 | -2/+2 | |
| | |||||
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | 2011-08-22 | 1 | -4/+3 | |
| | |||||
* | speed up package deregistration, add 'ghc-supports-shared-libraries' helper | 2011-05-08 | 1 | -17/+16 | |
| | | | | | | | | - 'pkg_prerm' could take up to minute in a loop of checking protected packages. We don't need to protect anything on modern ghc (6.12+) - ghc-supports-shared-libraries returns success if installed ghc is able to build shared objects | ||||
* | Added EPREFIX support, added documentation stubs. | 2011-03-13 | 1 | -13/+66 | |
| | |||||
* | ghc-package.eclass: Fix for GHC 6.12.3 when having broken packages in your ↵ | 2010-06-24 | 1 | -2/+6 | |
| | | | | environment. | ||||
* | Update ghc-package eclass to make it work with >=dev-lang/ghc-6.10, and | 2009-03-23 | 1 | -11/+45 | |
| | | | | ghc-reregistering to work with paludis. | ||||
* | whitespace | 2008-01-06 | 1 | -2/+2 | |
| | |||||
* | Update ghc eclass for new ghc-6.8 quirk | 2007-12-13 | 1 | -2/+2 | |
| | |||||
* | Fix use of $(which ghc) for $(type -P ghc) that somehow crept back in. | 2007-07-25 | 1 | -1/+1 | |
| | |||||
* | Updates to ghc and cabal eclasses to go with ghc-6.6.x upgrade. | 2007-07-25 | 1 | -8/+42 | |
| | |||||
* | replaced "which" by "type -P" | 2007-03-13 | 1 | -3/+3 | |
| | |||||
* | Add place holder for virtual/ghc sanity check | 2007-03-11 | 1 | -2/+8 | |
| | |||||
* | Use best_version with a fully qualified package name, fixing bug #147685. | 2006-10-04 | 1 | -2/+2 | |
| | |||||
* | The change about how we pick a version of cabal to use as described in the | 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. | 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. | 2006-06-15 | 1 | -1/+2 | |
| | |||||
* | Simplify the way we find the ghc version. | 2006-03-01 | 1 | -2/+2 | |
| | | | | Just use --numeric-version rather than --version | sed '...' | ||||
* | more correct code to unregister ghc packages, preparation for ↵ | 2005-09-13 | 1 | -50/+123 | |
| | | | | haskell-cabal.eclass, better quoting of variables | ||||
* | QA: Apply whitespace checks from repoman to eclasses. | 2005-07-11 | 1 | -2/+2 | |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | |
| | |||||
* | be less forgiving about a package registration failure | 2005-05-11 | 1 | -2/+2 | |
| | |||||
* | ghc-6.4 compatibility changes | 2005-05-08 | 1 | -10/+8 | |
| | |||||
* | Added new ghc-fixlibpath eclass | 2005-04-08 | 1 | -1/+10 | |
| | |||||
* | Beautification of eclass output. | 2005-04-07 | 1 | -8/+10 | |
| | |||||
* | make ghc-package work correctly with ebuilds that don't add own packages | 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 | 2005-03-18 | 1 | -7/+37 | |
| | |||||
* | * check for existence of configuration directory prior to doing | 2004-11-24 | 1 | -7/+9 | |
| | | | | anything in ghc-reregister function | ||||
* | * added missing flag in ghc-makeghcilib function | 2004-11-04 | 1 | -2/+2 | |
| | |||||
* | * added a ghc-makeghclib function, and generalized ghc-setup-pkg | 2004-11-04 | 1 | -6/+25 | |
| | |||||
* | * removed --auto-ghci-libs flag because it produces orphaned files in | 2004-11-03 | 1 | -2/+2 | |
| | | | | the portage tree | ||||
* | * new eclass for GHC packages | 2004-11-03 | 1 | -0/+135 | |