summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug #5...Sergei Trofimovich2014-06-271-3/+4
* Disable QA warning on '--with-hc --with-hc-pkg --with-gcc' flags passed by 'd...Sergei Trofimovich2014-06-271-2/+5
* cabal_chdeps() now defaults to MY_PN (autogenerated by hackport) if exists, t...Sergei Trofimovich2014-05-221-15/+17
* Add support for parallel building (ghc-7.8+). Disable dynamic library strippi...Sergei Trofimovich2014-02-111-19/+40
* Added 'replace-hcflags()'. Filters HCFLAGS.Sergei Trofimovich2013-11-201-1/+23
* ask user to run haskell-updater for old packages (like in bug http://bugs.gen...Sergei Trofimovich2013-07-291-6/+17
* Added 'ghc-supports-smp' and 'ghc-supports-dynamic-by-default' helpers. Added...Sergei Trofimovich2013-05-111-4/+24
* Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf.Zac Medico2013-04-281-4/+4
* Added 'ghc-supports-threaded-runtime' function. Removed implicit RDEPEND on '...Sergei Trofimovich2013-01-061-7/+7
* Fix error case to be more descriptive. Move 'einfo' lower to avoid empty output.Sergei Trofimovich2012-11-191-3/+4
* Added new helper function 'cabal_chdeps' and and debug variable 'CABAL_DEBUG_...Sergei Trofimovich2012-11-191-1/+72
* Restore dynamic linking of Cabal's ./setup and add building of shared librari...Sergei Trofimovich2012-11-161-3/+21
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAP...Ian Stakenvicius2012-09-271-2/+2
* Allow wildcards in CABAL_CORE_LIB_GHC_PV. Guard against breakage of ghc-shipp...Sergei Trofimovich2012-07-081-2/+21
* Added CABAL_FEATURES=test-suite by Alexander Vershilov. It enables building o...Sergei Trofimovich2012-04-191-1/+10
* move 'dev-haskell/cabal' santy check out from 'pkg_*' to 'src_*' function to ...Sergei Trofimovich2012-04-141-7/+8
* fix -dynamic './setup configure' failures against newer libffi (bug #411789 b...Sergei Trofimovich2012-04-141-4/+7
* Remove outdated bits for <ghc-6.10 and <cabal-1.8. Switch from 'eerror' to 'e...Sergei Trofimovich2012-04-091-115/+57
* Drop haddock from DEPENDS when USE=doc haddock. haddock-2.9.2+ can be used ri...Sergei Trofimovich2012-03-091-2/+4
* Added support for CABAL_EXTRA_BUILD_FLAGS and HCFLAGS magic variablesSergei Trofimovich2012-02-071-4/+16
* Added stdout echoing of most executed phase commands. Added stub for CABAL_US...Sergei Trofimovich2012-01-201-13/+28
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-10/+10
* added CABAL_EXTRA_CONFIGURE_FLAGS variable, more tweaksSergei Trofimovich2011-05-081-23/+55
* Added EPREFIX support. Fixed default src_configure for dummy packages (EAPI=3...Sergei Trofimovich2011-03-131-26/+47
* Make .cabal built haskell packages respect LDFLAGS envvar. Fixes bug #333217 ...Sergei Trofimovich2010-09-121-2/+8
* Allow USE=hscolour for dev-haskell packages that haveLennart Kolmodin2010-08-071-2/+29
* When using dummy haskell libraries, there is no test suite.Lennart Kolmodin2010-03-301-3/+7
* Update haskell-cabal eclass to handle EAPI=2.Lennart Kolmodin2010-03-271-5/+70
* haskell-cabal.eclass: Don't strip executables, let portage do it.Lennart Kolmodin2010-01-261-1/+11
* Properly support the CABAL_FEATURES="nocabaldep" if user doesn't have dev-has...Lennart Kolmodin2009-10-281-1/+17
* Updating the haskell-cabal eclass to support the CABAL_FEATURES nocabaldepLennart Kolmodin2009-09-091-13/+18
* Fix (kind of harmless) typo in haskell-cabal eclass. $CABAL_UNKNONW -> $CABAL...Lennart Kolmodin2009-07-271-2/+2
* Update cabal eclass for new cabal-1.2 seriesDuncan Coutts2007-12-131-15/+72
* Make the haskell-cabal eclass aware of updateable core ghc libs.Lennart Kolmodin2007-08-051-12/+38
* Cabal profiling should not affect executables. Fix which/type -P.Lennart Kolmodin2007-07-271-3/+2
* Updates to ghc and cabal eclasses to go with ghc-6.6.x upgrade.Duncan Coutts2007-07-251-9/+25
* replaced "which" by "type -P"Andres Loeh2007-03-131-2/+2
* detect true rather than assume its location; should fix bug #161937Andres Loeh2007-01-151-3/+4
* Install HTML docs recursively. Allow to add extra flags to package configurat...Andres Loeh2006-10-041-2/+6
* Ask portage rather than ghc-pkg about which version of cabal to use.Duncan Coutts2006-08-021-2/+2
* Reduce arch-specific conditionals to the minimum necessary (ie only ppc64).Duncan Coutts2006-03-131-4/+3
* Don't build GHCi libs for arches that do not support GHCi.Duncan Coutts2006-03-011-1/+6
* Expect one of "lib"/"bin" in CABAL_FEATURES.Duncan Coutts2006-02-161-11/+14
* Add "lib" and "bin" to known CABAL_FEATURES.Duncan Coutts2006-02-161-2/+13
* When doing profiling, enable profiling for libs as well as executables.Duncan Coutts2005-12-051-3/+11
* new eclass for Haskell packages that make use of the Common Architecture for ...Andres Loeh2005-09-131-0/+201