Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove outdated bits for <ghc-6.10 and <cabal-1.8. Switch from 'eerror' to ↵ | Sergei Trofimovich | 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) | Mike Frysinger | 2011-11-24 | 1 | -2/+2 |
| | |||||
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | Mike Frysinger | 2011-08-22 | 1 | -4/+3 |
| | |||||
* | speed up package deregistration, add 'ghc-supports-shared-libraries' helper | Sergei Trofimovich | 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. | Sergei Trofimovich | 2011-03-13 | 1 | -13/+66 |
| | |||||
* | ghc-package.eclass: Fix for GHC 6.12.3 when having broken packages in your ↵ | Lennart Kolmodin | 2010-06-24 | 1 | -2/+6 |
| | | | | environment. | ||||
* | 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 |