Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly support the CABAL_FEATURES="nocabaldep" if user doesn't have ↵ | Lennart Kolmodin | 2009-10-28 | 1 | -1/+17 |
| | | | | dev-haskell/cabal | ||||
* | Updating the haskell-cabal eclass to support the CABAL_FEATURES nocabaldep | Lennart Kolmodin | 2009-09-09 | 1 | -13/+18 |
| | | | | | which is used in the dev-haskell/haskell-updater package. It enables packages to use the cabal eclass without depending on cabal. | ||||
* | Fix (kind of harmless) typo in haskell-cabal eclass. $CABAL_UNKNONW -> ↵ | Lennart Kolmodin | 2009-07-27 | 1 | -2/+2 |
| | | | | $CABAL_UNKNOWN. | ||||
* | Update cabal eclass for new cabal-1.2 series | Duncan Coutts | 2007-12-13 | 1 | -15/+72 |
| | |||||
* | Make the haskell-cabal eclass aware of updateable core ghc libs. | Lennart Kolmodin | 2007-08-05 | 1 | -12/+38 |
| | |||||
* | Cabal profiling should not affect executables. Fix which/type -P. | Lennart Kolmodin | 2007-07-27 | 1 | -3/+2 |
| | |||||
* | Updates to ghc and cabal eclasses to go with ghc-6.6.x upgrade. | Duncan Coutts | 2007-07-25 | 1 | -9/+25 |
| | |||||
* | replaced "which" by "type -P" | Andres Loeh | 2007-03-13 | 1 | -2/+2 |
| | |||||
* | detect true rather than assume its location; should fix bug #161937 | Andres Loeh | 2007-01-15 | 1 | -3/+4 |
| | |||||
* | Install HTML docs recursively. Allow to add extra flags to package ↵ | Andres Loeh | 2006-10-04 | 1 | -2/+6 |
| | | | | configuration. | ||||
* | Ask portage rather than ghc-pkg about which version of cabal to use. | Duncan Coutts | 2006-08-02 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | Reduce arch-specific conditionals to the minimum necessary (ie only ppc64). | Duncan Coutts | 2006-03-13 | 1 | -4/+3 |
| | |||||
* | Don't build GHCi libs for arches that do not support GHCi. | Duncan Coutts | 2006-03-01 | 1 | -1/+6 |
| | | | | Also building GHCi libs on ppc64 causes "TOC overflow". | ||||
* | Expect one of "lib"/"bin" in CABAL_FEATURES. | Duncan Coutts | 2006-02-16 | 1 | -11/+14 |
| | | | | | Only run the registration if "lib" is set. Always expect a package file to be generated when "lib" is set. | ||||
* | Add "lib" and "bin" to known CABAL_FEATURES. | Duncan Coutts | 2006-02-16 | 1 | -2/+13 |
| | | | | Also complain less about unknown values CABAL_FEATURES. | ||||
* | When doing profiling, enable profiling for libs as well as executables. | Duncan Coutts | 2005-12-05 | 1 | -3/+11 |
| | | | | | Cope with packages that do not register any libs, eg cabalised ebuilds that are just straight programs (like c2hs). | ||||
* | new eclass for Haskell packages that make use of the Common Architecture for ↵ | Andres Loeh | 2005-09-13 | 1 | -0/+201 |
Building Applications and Libraries (cabal) |